Skip to content

Instantly share code, notes, and snippets.

@scottsappen
Last active December 19, 2015 05:09
Show Gist options
  • Save scottsappen/5901899 to your computer and use it in GitHub Desktop.
Save scottsappen/5901899 to your computer and use it in GitHub Desktop.
Activity indicator made easy in iOS
@property (weak, nonatomic) IBOutlet UIActivityIndicatorView *AboutActivityIndicator;
@synthesize AboutActivityIndicator = _aboutActivityIndicator;
[_aboutActivityIndicator startAnimating];
[_aboutActivityIndicator stopAnimating];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment