CPNetworkObserver: Difference between revisions

From iPhone Development Wiki
(Created page with "'''CPNetworkObserver''' is a part of AppSupport.framework which allows you to query some information regarding networking status on iOS. {{function signature |signature=-...")
(No difference)

Revision as of 18:03, 9 December 2012

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

Signature -(CPNetworkObserver *)sharedNetworkObserver;

Obtains the shared network observer.

Signature -(BOOL)isNetworkReachable;

Tests if the network is reachable.

Signature -(BOOL)isWiFiEnabled;

Tests whether Wi-Fi is enabled.