新浪微博 有道云笔记 麦库 EverNote Pocket Instapaper 更多
摘要: /Users/chenyilong/Dropbox/Xcode/01-modal/01-modal/CYLAppDelegate.m:16:73: No visible @interface for 'UIScreen' declares the selector 'bunds' // self.window =[[UIWindow alloc] init... 阅读全文
posted @ 2013-12-25 15:48 iTeaTime(技术清谈) 阅读(732) 评论(0) 推荐(0) 编辑
摘要: 源代码下载链接:01-modal.zip37.8 KB // MJAppDelegate.h // // MJAppDelegate.h // 01-modal // // Created by apple on 13-12-11. // Copyright (c) 2013年itcast. All rights reserved. // #import @int... 阅读全文
posted @ 2013-12-25 15:46 iTeaTime(技术清谈) 阅读(400) 评论(0) 推荐(0) 编辑
摘要: pdf文件下载地址:数据存取文档.key.zip3.1 MB数据存取文档.pdf1.1 MB //本文永久链接,转载请注明出处:http://www.cnblogs.com/ChenYilong/p/3490784.html //本文永久链接,转载请注明出处:http://www.cnblogs.com/ChenYilong/p/3490784.html 数据存储https://w... 阅读全文
posted @ 2013-12-25 15:38 iTeaTime(技术清谈) 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 一、利用Modal形式展示控制器 1.如何展示// vc就是要展示的新控制器[selfpresentViewController:vc animated:YEScompletion:^{ NSLog(@"展示完毕");}];//本文永久链接,转载请注明出处:http://www.cnblogs.com/ChenYilong/p/3490681.html2.如何关闭modal控制器[se... 阅读全文
posted @ 2013-12-25 14:49 iTeaTime(技术清谈) 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 源代码下载链接:02-更改窗口的根控制器.zip18.0 KB // MJAppDelegate.h // // MJAppDelegate.h // 02-更改窗口的根控制器 // // Created by apple on 13-12-11. // Copyright (c) 2013年itcast. All rights reserved. // #im... 阅读全文
posted @ 2013-12-25 14:47 iTeaTime(技术清谈) 阅读(407) 评论(0) 推荐(0) 编辑
摘要: //本文永久链接,转载请注明出处:http://www.cnblogs.com/ChenYilong/p/3490669.html https://www.evernote.com/shard/s227/sh/1401e497-899e-4b04-9ff6-e1d9638e9f25/f6b722ed5cb2c5f603a9b242ee7fe230 阅读全文
posted @ 2013-12-25 14:46 iTeaTime(技术清谈) 阅读(1184) 评论(0) 推荐(0) 编辑
摘要: 源代码下载链接:04-plis属性列表.zip27.8 KB // MJPerson.h // // MJPerson.h // 04-plis属性列表 // // Created by apple on 13-12-11. // Copyright (c) 2013年itcast. All rights reserved. // #import @inter... 阅读全文
posted @ 2013-12-25 14:43 iTeaTime(技术清谈) 阅读(251) 评论(0) 推荐(0) 编辑
摘要: https://www.evernote.com/shard/s227/sh/3e35a7b3-f40c-46df-8ae0-e7522310c18b/742311974127f12eaafae07a0fdf0a84 //本文永久链接,转载请注明出处:http://www.cnblogs.com/ChenYilong/p/3490650.html 阅读全文
posted @ 2013-12-25 14:40 iTeaTime(技术清谈) 阅读(122) 评论(0) 推荐(0) 编辑
摘要: #error:Xcode5根控制器使用xib展示,步骤 ⓵取消mainInterface ⓶右击file's owner对xib进行view-view连线,否则: Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[UIViewController _loadViewFro... 阅读全文
posted @ 2013-12-25 14:39 iTeaTime(技术清谈) 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 源代码下载链接:05-偏好设置.zip35.9 KB // // MJViewController.m // 03-Plist属性列表 // // Created by apple on 13-12-11. // Copyright (c) 2013年itcast. All rights reserved. // #import"MJViewController.h" @inte... 阅读全文
posted @ 2013-12-25 14:33 iTeaTime(技术清谈) 阅读(694) 评论(0) 推荐(0) 编辑