Swift Project 05 - BASIC TABLE VIEW
主要学习的内容:
- UITableViewController
- Interface Builder 里面添加 Table View Controller,并整合 Navigation
- 动态设置 Table View 里面的内容
- 设置 Table View 按钮
- TableViewCell 设置 Cell 修饰符(右边的小箭头)
开发环境:
- macOS 10.12
- Xcode 8.0
- iOS 10.0
- Swift 3.0
组件:
参考:
- iOS & Swift Tutorial: UITableViewController
- UITableView Edit/Done Button
- Adding the little arrow to the right side of a cell in an iPhone TableView Cell
源代码: