Display Network Activity Indicator in iPhone

To display a network activity indicator in iPhone, set the networkActivityIndicatorVisible property to YES. NO to disable it.


UIApplication* application = [UIApplication sharedApplication];
application.networkActivityIndicatorVisible = YES;

Comments

Popular posts from this blog

Integrating ZXing QR Code reader in iPhone / iOS applications

Multiple line of text in UIPickerView

Custom Message extension using Messages SDK - iMessage App store