Reputation: 25701
I see the answer already done on this page (How to check for an active Internet connection on iOS or OSX?), but since the answer is over 3 years old, is Method 1 of WasRobbed answer still the best way to check network connections in iOS 7?
Upvotes: 3
Views: 4702
Reputation: 181
You can use Reachability classes to check your internet connection download Reachability classes from here :-
https://github.com/preetlotey999/Reachability-Class-For-iOS.git
After see this Blog :- http://preetlotey999.blogspot.in/
This is a Blog for Developers to make it easy for Developing.
A very easiest way to show your internet connectivity.
Upvotes: 2