gpt4 book ai didi

iphone - ios 有计时器吗

转载 作者:行者123 更新时间:2023-12-03 18:37:15 25 4
gpt4 key购买 nike

我想创建一个计时器,例如计算 2 秒,并在每秒之后创建一个 nslog 类型,例如 1 秒过去

任何建议这样做

最佳答案

是的,有 NSTimer,将其用作 -

[NSTimer scheduledTimerWithTimeInterval:2 target:self selector:@selector() userInfo:nil repeats:NO];

关于iphone - ios 有计时器吗,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5898501/

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