Skip to content

Instantly share code, notes, and snippets.

@charlesmchen
Created November 3, 2013 22:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charlesmchen/7295479 to your computer and use it in GitHub Desktop.
Save charlesmchen/7295479 to your computer and use it in GitHub Desktop.
UIActivityIndicatorView *activityIndicatorView = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleWhiteLarge];
[activityIndicatorView startAnimating];
[rootView addSubviewWithCustomLayout:activityIndicatorView];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment