写点别人没写过的。github:<a href="https://links.jianshu.com/go?to=https%3A%2F%2Fgithub.com%2FZuikyo" target="_blank">https://github.com/Zuikyo</a>
IP属地:上海
iOS 系统架构 开始介绍iOS网络编程之前介绍一下iOS 系统架构。iOS的系统架构分为四个层次:核心操作系统层(Core OS layer)、核心服务层(Core Ser...
http://www.tuicool.com/articles/VFFjmq6 http://www.cocoachina.com/ios/20150127/11022.html
图片的加载方式iOS目前有2种: 1.Resource 它是指inageWithContentsFile:创建图片的图片管理方式; 2.ImageAssets 它是指使用im...
怎样使用呀