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.
我在登录页面中有 1 个按钮,如果用户未连接互联网,我想在用户单击按钮后检查用户是否连接互联网我想显示 alertView。
请帮我编码,非常感谢。
检查Apple的示例代码Reachability然后你就会知道如何使用它。