gpt4 book ai didi

ios - Swift 中 NSTimer 的问题

转载 作者:搜寻专家 更新时间:2023-11-01 05:45:37 25 4
gpt4 key购买 nike

我试过了,但没有任何反应。选择器有问题吗?

    func timer() {
var timer = NSTimer(timeInterval: 2.0, target: self, selector:Selector("function"), userInfo: nil, repeats: false)
}
func function() {
println("it worked")
}

最佳答案

您只是在创建计时器,而不是将其添加到运行循环中。您要么需要使用等效的 scheduledTimerWithTimeInterval:target:selector:userInfo:repeats:类方法或使用 addTimer:forMode: 将其安排在运行循环中.

关于ios - Swift 中 NSTimer 的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24293858/

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