【Swift】从前台进入后台,从后台进入前台

来源:互联网 发布:中国it培训 编辑:程序博客网 时间:2024/05/29 02:13
 NSNotificationCenter.defaultCenter().addObserver(self, selector: "becomeActive", name: UIApplicationDidBecomeActiveNotification, object: nil)        NSNotificationCenter.defaultCenter().addObserver(self, selector: "becomeDeath", name: UIApplicationWillResignActiveNotification, object: nil)
0 0
原创粉丝点击