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.
我想检查:
A - 是否有互联网连接。B - 如果有,是否通过 wifi。
我怎样才能做到这一点?
从 apple Reachability看这个例子。
Reachability.h然后,您可以将其复制Reachability.m到您的项目中并在您的项目中使用它。
Reachability.h
Reachability.m
您可以使用适用于 ARC 和 GDC 项目的 Tony Million 的Reachability版本。