![240](https://upload.jianshu.io/users/upload_avatars/2269745/e666655e-2ec9-4799-9a2b-5a92eee70803.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:上海
We have started the review of your app, but we are not able to continue ...
扇形加载指示器 JFLoadProgress https://github.com/Jiang-Fallen/JFLoadProgress 一个...
UICollectionViewDataSource协议 这个协议主要用于collectionView相关数据的处理 UICollectionV...
强大之处 支持水平和垂直两种方向的布局 通过layout配置方式进行布局 类似于TableView中的cell特性外,CollectionVie...
简介 就是简化版的plist 是专门用来保存应用程序的配置信息 NSUserDefaults支持的数据类型有:NSNumber(NSIntege...
重写prepareLayout方法 作用:在这个方法中做一些初始化操作 注意:一定要调用[super prepareLayout]; 重写lay...
runtime简介 Runtime简称运行时。OC就是运行时机制,也就是在运行时候的一些机制,其中最主要的是消息机制。 对于C语言,函数的调用在...
导入 ImageIO框架 自己写一个返回Size的方法