标签: ios objective-c foreground
我可以通过foreground检查我的应用是否处于background或AppDelegate模式。我现在想检查应用程序是否处于非活动状态,即使它处于foreground模式。换句话说,我想检查用户是否在使用该应用程序,即使它位于前台。有没有办法从AppDelegate做到这一点?还有其他检查方法吗?
foreground
background
AppDelegate
答案 0 :(得分:0)
UIApplicationStateInactive中的UIApplicationState状态正好符合此目的。
UIApplicationStateInactive
UIApplicationState