CS193P Fall 2013: 11.Table View and iPad
之前直接听英语单词不懂,基础概念也没有,很难真正明白。现在学习了许多中文课程,主要是概念有了,重新看一遍,容易理解的多。
所以最好是想看中文了解相关背景概念,熟悉一下其实的关键词对应的英文,然后再学习英文的课程。
项目驱动,习题驱动学习比较有劲头。
Table View
- UITableView Segue:
NSIndexPath *indexPath = [self.tableView indexPathForCell:sender];
- UITableView Spinner: UITableViewController has an “activity indicator” built in
- What if your Model changes?
(void)reloadData;
Universal Applications
Generally recommned use different storyboards.
UISplitViewController
- UISplitViewControllerDelegate:
awakeFromNib
- Hide Master in portrait orientation only (the default)