https://github.com/YouXianMing
摘要: 去除Xcode6创建工程时自带的storyboard1. 删除storyboard文件,并在setting里面清空加载storyboard:2. 导入ViewController到appDelegate文件中此处复制粘贴的代码如下: self.window = [[UIWindow alloc] i... 阅读全文
posted @ 2014-09-23 21:45 YouXianMing 阅读(996) 评论(0) 推荐(0) 编辑
摘要: Xcode6中添加pch文件本人视频教程系列1. 新建工程:2. 创建pch文件:3. 在setting里面进行设置:4. 一切尽在不言中:) 阅读全文
posted @ 2014-09-23 21:44 YouXianMing 阅读(31234) 评论(3) 推荐(7) 编辑