// khi click home
func applicationDidEnterBackground(_ application: UIApplication) {
print( "applicationWillEnterForeground1" )
}
// khi vao lai app
func applicationWillEnterForeground(_ application: UIApplication) {
print( "applicationWillEnterForeground" )
}
Không có nhận xét nào:
Đăng nhận xét