本文实例为大家分享了IOS网络嗅探工具,供大家参考,具体内容如下 一、效果图 二、工程图 三、代码 AppDelegate.h #import #import Reachability.h @interface AppDelegate : UIResponder { Reachability *reachability; BOOL WarningViaWWAN; } @property (strong, nonatomic) UIWindow *window; - (void)Reac