标签: swift nsurlconnection xcode6.3 nsurlerrordomain
我们使用NSURLConnection建立与服务器的连接。 我们能否在iOS 8(Xcode 6.3)的https连接中区分连接失败或没有从服务器收到响应? 如果是,那么请帮助我们。
答案 0 :(得分:1)
NSURLConnectionDelegate方法-connection:didFailWithError:为您提供描述失败原因的错误。您可以根据error.code - 代码列表here来区分情况。
NSURLConnectionDelegate
-connection:didFailWithError:
error.code