gpt4 book ai didi

swift - 在 Swift 2 中使用 NSTimer.scheduledTimerWithTimeInterval

转载 作者:行者123 更新时间:2023-11-30 10:03:03 25 4
gpt4 key购买 nike

我需要每隔 X 秒调用一个函数 [calculatePower(day)],如下所示

for day = 1...365 {
calculatePower(day)
}

当前执行此操作的最佳实践是什么?

最佳答案

你会这样做(每1/10s):

NSTimer.scheduledTimerWithTimeInterval(0.1, target: self, selector: #selector(youFuncHere), userInfo: nil, repeats: true)

关于swift - 在 Swift 2 中使用 NSTimer.scheduledTimerWithTimeInterval,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37447308/

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