gpt4 book ai didi

ios - 如何向函数添加计时器 - IOS Swift

转载 作者:行者123 更新时间:2023-11-29 01:57:49 25 4
gpt4 key购买 nike

假设我有一个函数,任何函数,我只想运行三秒钟,然后再也不会运行。我该怎么做?我会使用 NSTimer 吗?感谢您的帮助。

最佳答案

给你,

NSTimer.scheduledTimerWithTimeInterval(3, target: self, selector: Selector("updateProgress:"), userInfo: nil, repeats: false)

func updateProgress(timer: NSTimer){
}

关于ios - 如何向函数添加计时器 - IOS Swift,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30658106/

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