标签: objective-c timer
我正在使用
[NSTimer scheduledTimerWithTimeInterval:0 target:self selector:@selector(myfunc:) userInfo:text repeats:false];
在我的代码中。我怎么知道myfunc是否已经完成运行,以便我可以获取它已经改变的全局变量?
myfunc
谢谢!
答案 0 :(得分:0)
您可以通过Cocoa的notification system通知来电者。