Skip to content

Instantly share code, notes, and snippets.

@mluton
Created January 9, 2013 18:18
Show Gist options
  • Save mluton/4495466 to your computer and use it in GitHub Desktop.
Save mluton/4495466 to your computer and use it in GitHub Desktop.
Set the network activity indicator in iOS.
[[UIApplication sharedApplication] setNetworkActivityIndicatorVisible:YES];
[[UIApplication sharedApplication] setnetworkActivityIndicatorVisible:NO];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment