We have started the review of your app, but we are not able to continue because we cann...
![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)
We have started the review of your app, but we are not able to continue because we cann...
1、设计模式是什么? 你知道哪些设计模式,并简要叙述? 2、MVC 和 MVVM 的区别 3、#import跟 #include 有什么区别,@class呢,#import<...
为什么要过滤我 我从小到大,被幼儿园过滤,被小学过滤,被初中过滤,被高中过滤,到了社会你还要过滤我,不说了,火车过来了
《招聘一个靠谱的 iOS》—参考答案(下) 说明:面试题来源是微博@我就叫Sunny怎么了的这篇博文:《招聘一个靠谱的 iOS》,其中共55题,除第一题为纠错题外,其他54道...
扇形加载指示器 JFLoadProgress https://github.com/Jiang-Fallen/JFLoadProgress 一个基于MVC的项目框架,并集成一...
UICollectionViewDataSource协议 这个协议主要用于collectionView相关数据的处理 UICollectionViewDelegate协议 这...
强大之处 支持水平和垂直两种方向的布局 通过layout配置方式进行布局 类似于TableView中的cell特性外,CollectionView中的Item大小和位置可以自...
简介 就是简化版的plist 是专门用来保存应用程序的配置信息 NSUserDefaults支持的数据类型有:NSNumber(NSInteger、float、double)...
重写prepareLayout方法 作用:在这个方法中做一些初始化操作 注意:一定要调用[super prepareLayout]; 重写layoutAttributesFo...