风之翼

Results 1 issues of 风之翼

我是使用cocoapod导入的 :pod "Reachability",'~>3.2' 我在didFinishLaunchingWithOptions方法中使用这个 Reachability\* reach = [Reachability reachabilityWithHostname:@"www.baidu.com"]; ``` // Set the blocks reach.reachableBlock = ^(Reachability*reach) { // keep in mind this is called on a background thread //...