I develop an app and some areas are required to be connected to internet generally. Not important how: 3G,Wifi.
So, my question is do I have to use reachability on the main view or I can implement it only in the specific areas where the internet connection is required?
Thank you in advance.
I’m pretty sure it can be implemented wherever you need it.
All you have to do:
Then, wherever you want it…
Include it with:
Write a method to call:
Call it: