摘要: 一、以往使用UIPopoverController 都是只在iPad上使用 1 /** 2 * UIPopoverController 只能用于iPad,上,iPhone上使用会崩溃 3 */ 4 -(void)old 5 { 6 VC2 *vc = [[VC2 alloc]init... 阅读全文
posted @ 2015-08-30 11:01 daomul 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 一、iOS8介绍 iOS8 新特性,主要是UI上进行了统一 1、UIAlertController 2、UIPresentaionController:管理所有通过modal出来的控制器(看笔记) 3、UIPopoverPresentationController 4、SizeClass ... 阅读全文
posted @ 2015-08-30 10:55 daomul 阅读(975) 评论(0) 推荐(0) 编辑