iOS 判斷網絡類型

能夠藉助 AFNetworking 實現網絡 /** 檢測當前的網絡類型 */ -(void)checkNetworkStatus{ // 測試的url NSURL *url = [NSURL URLWithString:@"http://www.baidu.com"]; AFHTTPRequestOperationManager *operationManager = [
相關文章
相關標籤/搜索