2017年11月24日

Xcode9学习笔记72 - 退出系统前的事件处理

摘要: override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib. //获得一个应用实例,应用实例的核心作用是提供程序运行期间的控制和协作,每个程... 阅读全文

posted @ 2017-11-24 07:39 业余极客 阅读(242) 评论(0) 推荐(0) 编辑

Xcode9学习笔记71 - 复制、移动和删除文

摘要: import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib. ... 阅读全文

posted @ 2017-11-24 07:27 业余极客 阅读(457) 评论(0) 推荐(1) 编辑

导航