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