1.中间弹出效果: UIAlertController *alert = [UIAlertController alertControllerWithTitle:@"提示" ...

IP属地:湖北
1.中间弹出效果: UIAlertController *alert = [UIAlertController alertControllerWithTitle:@"提示" ...
- 在模型中增加一个cellHeight属性,用来存放对应cell的高度 eg:/** cell的高度 */ @property (assign, nonatomic) CG...
UIApplicationMain 1.创建UIApplication2.创建UIApplicationDelegate,并且成为UIApplication代理3.开启主运行...
常用的Xcode插件 Xcode插件大全 http://www.cocoachina.com/industry/20130918/7022.html 必备 文档注释生成:ht...