gpt4 book ai didi

iphone - 为另一个对象的方法指定@selector?

转载 作者:太空狗 更新时间:2023-10-30 03:48:10 25 4
gpt4 key购买 nike

快速提问,有没有办法指定一个@selector 作为另一个对象的方法。目前我捏造了一个解决方案,使用本地方法调用远程方法,但感觉很笨拙。

[NSTimer scheduledTimerWithTimeInterval:10 target:self selector:@selector(timerLocation) userInfo:nil repeats:YES]];

.

- (void)timerLocation {
[[self dataModel] startUpdatingLocation];
}

最佳答案

这就是 NSTimertarget 部分scheduledTimerWithTimeInterval:target:selector:userInfo:repeats: 方法用于。 (即:您将要调用的对象指定为目标,将对象的方法名称指定为选择器。)

关于iphone - 为另一个对象的方法指定@selector?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5118526/

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