tony million Reachability says unreachable when connected
问题 I have searched but have not found an issue like mine. I'm sure it's something I have over looked . I am using tony million's reachability block method. it is working good when i have internet then no internet. the alert comes up and works just fine. but, when i have no internet and then i get internet the same alert pops up my code is -(void)reachabilityBlock { // allocate a reachability object Reachability * reach = [Reachability reachabilityWithHostname:@"www.google.com"]; // tell the