Swift Project 09 - ADD PHOTO FROM CAMERA ROLL Posted on 2016-11-06 Edited on 2020-04-19 In 100Days 主要学习的内容: 学习在TextField中插入图片 如何选择手机中的图片 NSAttributedString的使用 修改图片大小 开发环境: macOS 10.12 Xcode 8.0 iOS 10.0 Swift 3.0 参考: Choosing Images with UIImagePickerController in Swift Resize UIImage in Swift How can I add image in UITextView? 源代码: Project 09