gpt4 book ai didi

ios - Timer.scheduledTimer Swift 3 iOS 10 之前的兼容性

转载 作者:IT王子 更新时间:2023-10-29 05:05:11 25 4
gpt4 key购买 nike

我需要安排一个定时器来每秒触发一个函数,但我看到在 Xcode 8 beta 3 中,scheduledTimer 仅适用于 iOS 10。

在 iOS 9 或之前的版本中是否有其他方法可以使用计时器?

Timer.scheduledTimer(withTimeInterval: 1, repeats: true, block: { (timer) in print("Hi!")})

最佳答案

解决使用

Timer.scheduledTimer(timeInterval: 1,
target: self,
selector: #selector(self.updateTime),
userInfo: nil,
repeats: true)

关于ios - Timer.scheduledTimer Swift 3 iOS 10 之前的兼容性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38695802/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com