Skip to content

A CoreAnimation based activity indicator view that mimics the GMail app's

License

Notifications You must be signed in to change notification settings

ronyfadel/GUIActivityIndicatorView

Repository files navigation

GUIActivityIndicatorView

Demo

Demo

Usage

  • git clone https://github.com/ronyfadel/GUIActivityIndicatorView.git
  • run example app
GUIActivityIndicatorView *activityIndicatorView = [[GUIActivityIndicatorView alloc] initWithFrame:CGRectMake(0, 0, 40, 40)];

[self.view addSubview:activityIndicatorView];

// To start animating
[activityIndicatorView startAnimating];

// To hide the view when stopped
activityIndicatorView.hidesWhenStopped = YES;

// To stop animating
[activityIndicatorView stopAnimating];

// To check whether the view is animating or not
activityIndicatorView.isAnimating;

Xib and StoryBoard supported

Contact

License

GUIActivityIndicatorView is available under the MIT license. See the LICENSE file for more info.

About

A CoreAnimation based activity indicator view that mimics the GMail app's

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published