Possible Duplicate:
My app remain when network down
When the network connectivity is down, the data loading from internet makes my app to be in a slow state. Is there any way to fix this problem.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can check for internet wherever its convenient, it can be in the viewDidLoad or didFinishLaunching methods
below is the example code i use to check for internet connection
Apple provide the Reachability sample application to show how you can test for network availability .. with the below code you can accomplish auto reachability