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.
当互联网连接在 UIWebView 中脱机时,我想向用户显示错误。
我怎样才能做到这一点?
您可以简单地使用Reachability Class 。看看 Andrew Zimmer那里以简单方式制作的答案的实施步骤。
用于 ARC 模式的现代开发。您可以使用这些与 ARC 模式兼容的项目。
祝你好运 !