摘要: DJHomeViewController.m 横屏: 竖屏: 阅读全文
posted @ 2016-12-22 22:21 夜行过客 阅读(491) 评论(0) 推荐(0) 编辑
摘要: - (void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event { UIViewController *vc = [[UIViewController alloc] init]; vc.view.backgrou 阅读全文
posted @ 2016-12-22 21:21 夜行过客 阅读(223) 评论(0) 推荐(0) 编辑
摘要: DJTestViewController.m DJColorTableViewController.h DJColorTableViewController.m UIPopoverController 需要掌握的其它要点: 1. 使popover里面的controller可以自行决定其宽高: 在本例 阅读全文
posted @ 2016-12-22 20:58 夜行过客 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 1、删掉工程中main.storyboard 后要删除plist文件中对应的键值,否则会报如下错误: Could not find a storyboard named 'Main' in bundle NSBundle 2、删除main.storyboard后,需要在AppDelegate.m中初 阅读全文
posted @ 2016-12-22 19:59 夜行过客 阅读(466) 评论(0) 推荐(0) 编辑