Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在这里检查了有关互联网连接和可达性课程的答案,但我还找不到我的问题的答案。我需要知道当应用程序连接到互联网时是否存在任何委托方法来回调。我不想随时检查互联网是否存在 NSTimer 或 NSThread。我很乐意知道任何想法。
课堂上有一个通知kReachabilityChangedNotification,Reachability当互联网的可达性改变时发布。还有reachableBlock和unreachableBlock,看
kReachabilityChangedNotification
Reachability
reachableBlock
unreachableBlock
-(void)reachabilityChanged:(SCNetworkReachabilityFlags)flags
在Reachability.m文件中
Reachability.m