我需要每 15 秒调用一次方法,不管它是在 foreground
的任何 View Controller 上,还是在 background
中killed
,我需要随时调用它。
我知道我可以使用 NSTimer
NSTimer* myTimer = [NSTimer scheduledTimerWithTimeInterval: 15.0 target: self
selector: @selector(callAfterFifteenSeconds userInfo: nil repeats: YES];
但是,我想知道在哪里实现它,以便它可以满足我的条件。我想我可以在 App Delegate
中使用它,但我需要一个指导才能正确实现它。
在 App Delegate 类中调用它是正确的,但它不适用于以下情况。
关于ios - 无论应用程序状态如何,调用延迟 15 秒的方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30635723/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |