AVReachability 0.1.1

AVReachability 0.1.1

测试已测试
语言语言 SwiftSwift
许可证 MIT
发布最后发布2015年10月
SPM支持 SPM

Atharva 维护。



  • 作者
  • TechieCSG

AVReachability

AVReachability

AVReachability 是一个类,允许您检查网络连接性。使用 Swift 2.0 为 iOS 9 在 Xcode 7.0.1 (7A1001) 编写。

用法

检查连接性非常简单

if Reachability.isConnectedToNetwork() == true
{
//Do something
}

要求

Xcode 7.0.1

安装

AVReachability 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile 中

pod "AVReachability"

鸣谢

Isuru Nanayakkara 因其在 StackOverflow 上的回答 在此