- cell 展示的时候, cell.textTitle = [NSString stringWithFormat:%@, self.listArray objectAtIndexPath:index.row]
- 单例NSUserDefault, 用于存储用户设置, 注意: 读取与保存的 key标识要一样
- 一个控制器中, 如果大家都想取到它(1, 设置成属性,首选; 2, 设置成全局)
- tableView的方法一样要熟, self.mytableView selectRowAtIndexPath: indexPath animation:YES scrollPosition:UITableViewScrollPositionBottom]; // 让 tableView 被选中
- 定时器, 动画多去使用.
- 多次用到的文件- 写到 header.h- 放入 prefix; 多次用到的类,写成宏.
- 多些 小 demo
iOS之旅-越过坑点
最新推荐文章于 2016-10-12 21:11:54 发布