Gmail iOS app like Loading view.
Completely created using core animation.
Easy to drop into your project like a UIView.
You can resize the frame to whatever size.
[https://www.built.io/blog/2013/02/gmaillikeloading/] (https://www.built.io/blog/2013/02/gmaillikeloading/ "https://www.built.io/blog/2013/02/gmaillikeloading/")
Drag GmailLikeLoadingView.h amd GmailLikeLoadingView.m files to your project.
Required framework: QuartzCore.framework
#import "GmailLikeLoadingView.h"
GmailLikeLoadingView *loadingView = [[GmailLikeLoadingView alloc] initWithFrame:CGRectMake(x, y, width, height)];
[self addSubview:loadingView];
[loadingView startAnimating];
[loadingView stopAnimating];
[loadingView isAnimating];
![GmailLikeLoading] (https://github.com/raweng/gmail-like-loading/blob/master/GmailLikeLoading.gif)
[MIT License] (http://raweng.mit-license.org/ "MIT License")