How often should I check for internet connection?
I have an application that I am finishing up that uses a UIWebView... How often should I check for the internet connection? Should that be done at time intervals or should that be done before any new page is requested? What if you check for the connection and it says yes, but a split second later you don't have it but you already sent the URL request? How have you guys handled this such issue?
Thanks in advance!
Matt
|