MTRealReachability 0.0.8

MTRealReachability 0.0.8

测试已测试
语言语言 Obj-CObjective C
许可 MIT
发布最新版本2016年11月

m8282823维护。



结合simplePing和reachability来检测网络状况

使用方法

    1.block 
    [[MTRealReachability shareManager] startNetworkNotify:^(MTNetworkStatus networkStatus) {
        \\\add your code
    }];

    2.notification 
    [[MTRealReachability shareManager] startNetworkNotify:nil];
    [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(logNetworkStatus:)             name:MTRealReachabilityChangedNotification object:nil];

手动

手动拖拽MTRealReachability文件夹下的6个文件

目前的版本:0.0.4

请使用最新版本

历史版本: 0.0.3

参考

@dustturtle的RealReachability

许可证

使用MIT许可证协议,详情请见LICENSE文件