一个Project搞了一个星期,其实按照原作者说明来做的话其实没有这么复杂,但是如果想要很好的还原他demo演示的效果,就要重头写一个app出来,这个实在是太耗时了。如果每个都这样搞可能就来不急了,后面就会适当的简化,只完成他说明的功能不100%重现他的demo。
主要学习的内容:
- SQLite数据库的增删改查
- 自定义UITableViewCell
- 图片的存取
- 在UIToolbar上添加文字、图片等
开发环境:
- macOS 10.12
- Xcode 8.2
- iOS 10.2
- Swift 3.0
参考:
- SQLite Tutorial: Getting Started
- 用 SwiftyDB 管理 SQLite 数据库
- Managing Data in iOS Apps with SQLite
- UITextView text not starting from top
- Programmatically add UILabel to toolbar
- How do I change the font size of a UILabel in Swift?
- Getting URL of UIImage from UIImagePickerController
源代码: