Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198
CPNetworkObserver - iPhone Development Wiki

CPNetworkObserver

From iPhone Development Wiki
Revision as of 18:43, 26 July 2013 by Cykey (talk | contribs) (Fix incorrect method signature)

CPNetworkObserver is a part of AppSupport which allows you to query some information regarding networking status on iOS.

Methods

Signature =(CPNetworkObserver *)sharedNetworkObserver;

Obtains the shared network observer.


Signature -(BOOL)isNetworkReachable;

Tests if the network is reachable. (has shown unrealiable at times)


Signature -(BOOL)isWiFiEnabled;

Tests whether Wi-Fi is enabled.

Header