Swift Project 11 - DELETING AND REARRANGING Posted on 2016-11-20 Edited on 2020-04-19 In 100Days 主要学习的内容: 如何开启UITableViewController的编辑模式 添加删除cell的操作 添加重新排序cell的操作 开发环境: macOS 10.12 Xcode 8.0 iOS 10.0 Swift 3.0 参考: Delete and Reorder TableView Rows 源代码: Project 11