本文主要讲解了,在oc开发中,怎么去使用代码进行网络监听,十分的通俗易懂。
首先,在xcode工程中导入SystemConfiguration框架。
然后导入Reachability.h文件。 Reachability文件 点击下载,也可以按照如下内容创建对应的文件。
Reachability.m
//文件名Reachability.m
/*Copyright (C) 2016 Apple Inc. All Rights Reserved.See LICENSE.txt for this sample’s licensing informationAbstract: