美文网首页
定时器退到后台继续执行

定时器退到后台继续执行

作者: 当优秀成为习惯 | 来源:发表于2020-06-28 10:48 被阅读0次
    一行代码
    [UIApplication.sharedApplication beginBackgroundTaskWithExpirationHandler:^{
            [UIApplication.sharedApplication endBackgroundTask:UIBackgroundTaskInvalid];
        }];
    

    相关文章

      网友评论

          本文标题:定时器退到后台继续执行

          本文链接:https://www.haomeiwen.com/subject/pzbcfktx.html