Swift Project 13 - STICKY SECTION HEADERS
主要学习的内容:
- 用代码实现了 Section 的显示,主要的是 UITableViewDataSource 而不是 UITableView 和 UITableViewDelegate
- 了解了 Dictionary 的基本用法,全编程实现 Table Row 和 Section Header 显示
开发环境:
- macOS 10.12
- Xcode 8.0
- iOS 10.0
- Swift 3.0
组件:
参考:
- How do I get the key at a specific index from a Dictionary in Swift?
- How to add a section header to a table view
源代码: