详细基础介绍:
http://www.th7.cn/Program/IOS/201503/405717.shtml
2.x 视频 http://www.jikexueyuan.com/course/1671.html(极客学院)
http://blog.shiqichan.com/using-afnetworking-sdwebimage-and-ohhttpstubs/ (NSURLSession方式)
http://objccn.io/issue-5-4/ (NSURLConnection 到 NSURLSession转变到详解)
http://www.bkjia.com/IOSjc/985998.html
http://blog.youkuaiyun.com/delicious_d/article/details/39345483
http://www.open-open.com/lib/view/open1436603781395.html
出错解决方案:
Error Domain=com.alamofire.error.serialization.response Code=-1016 "Request failed: unacceptable content-type: text/html" UserInfo={com.alamofire.serialization.response.error.response=<NSHTTPURLResponse: 0x7fc688f34d00> { URL: http://xxx.xxx.xxx }
原因和何如解决:
http://www.myexception.cn/ai/2021887.html