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.
我需要在我的 iPhone 项目中测试网络可达性。哪个项目更好用?
可达性与 UIDevice-可达性
如果您唯一的问题是测试网络可达性,那么可达性。这是苹果示例代码,非常易于使用。
UIDevice 非常适合学习,但对于网络可达性来说有点矫枉过正。所以最终他们中的任何一个都会做。取决于你想做什么。