Swift Project 14 - JUMPBAR 发表于 2016-10-15 更新于 2016-10-16 分类于 Development 本文字数: 268 阅读时长 ≈ 1 分钟 主要学习的内容: 好吧,只是多增加了一个 UITableViewDataSource 的方法就实现了,没有难度 用 Tuple 替换 Dictionary 重写了一下数据的处理 开发环境: macOS 10.12 Xcode 8.0 iOS 10.0 Swift 3.0 组件: UITableViewController UITableViewDataSource 参考: Indexed Table Views In Swift 源代码: https://github.com/TommyLau/100-Days-of-Swift-3/tree/master/Swift Project 14