摘要: 1. 控制器中viewDidLoad使用 要在主线程 ///更新动画 DispatchQueue.main.async { UIView.animate(withDuration: 0.5) {[weak self] in self?.centerIV.snp.updateConstraints { 阅读全文
posted @ 2020-11-19 15:29 懂事长qingzZ 阅读(893) 评论(0) 推荐(0) 编辑
摘要: 参考 RxSwift 中的倒计时 https://www.jianshu.com/p/85d749ce8c96 iOS 计时器在程序处于后台时依然执行(OC/swift / RxSwift ) https://www.cnblogs.com/qingzZ/p/14005323.html 阅读全文
posted @ 2020-11-19 14:26 懂事长qingzZ 阅读(436) 评论(0) 推荐(0) 编辑
摘要: 问题版本:xcode12.2 , iOS14.2, iOS的定时器,RxSwift5.1.1 的定时器都有效 AppDelegate的applicationDidEnterBackground添加 swift func applicationDidEnterBackground(_ applicat 阅读全文
posted @ 2020-11-19 14:16 懂事长qingzZ 阅读(610) 评论(0) 推荐(0) 编辑