【发布时间】:2017-05-02 07:39:48
【问题描述】:
我的问题是针对 iOS 5 found answer,但是 iOS10 呢?可以在 Swift3 上实现吗? 对于 iOS 5:
// Pressing the home button
Will resign active.
Did enter background.
// Tapping app icon on Springboard
Will enter foreground.
Did become active.
// Pressing the lock button
Will resign active.
Did enter background.
// Unlocking the device
Will enter foreground.
Did become active.
【问题讨论】: