gpt4 book ai didi

iphone - NSTimer Xcode 警告

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

我有一个 NSTimer,我用 scheduledTimerWithTimeInterval: 初始化它,间隔很短(0.1 秒),没有重复,然后再也不会使用它,因为它会失效本身并因此释放其对目标的保留。 Xcode 警告它是一个未使用的变量,我很好奇是否有一种明智的方法来消除该警告(黄色让我眼花缭乱!)

谢谢。

最佳答案

如果您不再使用它,请勿将其保存在变量中。

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

可以正常工作

关于iphone - NSTimer Xcode 警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6154239/

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