摘要: 创建UITableViewController子类的实例后,IDE生成的代码中有如下段落:[cpp]view plaincopy-(UITableViewCell*)tableView:(UITableView*)tableViewcellForRowAtIndexPath:(NSIndexPath... 阅读全文
posted @ 2014-05-26 18:41 ejllen 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 显示Mac隐藏文件的命令:defaults write com.apple.finder AppleShowAllFiles -bool true隐藏Mac隐藏文件的命令:defaults write com.apple.finder AppleShowAllFiles -bool false 阅读全文
posted @ 2014-05-26 14:02 ejllen 阅读(150) 评论(0) 推荐(0) 编辑
摘要: iOS视图控制对象生命周期-init、viewDidLoad、viewWillAppear、viewDidAppear、viewWillDisappear、viewDidDisappear的区别及用途init-初始化程序viewDidLoad-加载视图viewWillAppear-UIViewCon... 阅读全文
posted @ 2014-05-26 13:25 ejllen 阅读(194) 评论(0) 推荐(0) 编辑
摘要: MJExtension斯坦福大学公开课 阅读全文
posted @ 2014-05-26 09:52 ejllen 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 按option后会有提示:Do not use the label object to set the text color or the shadow color. Instead, use the setTitleColor:forState: and setTitleShadowColor:f... 阅读全文
posted @ 2014-05-26 09:39 ejllen 阅读(133) 评论(0) 推荐(0) 编辑