让程序等待一段时间,不使用[NSThreadsleepForTimeInterval:1.8];,不终止线程,而是什么都不做,等待一段时间,在这段时间里能接收到用户的点击事件,那要怎么写这个等待方法?
2 回答
弑天下
TA贡献1818条经验 获得超8个赞
[objperformSelector:@selector(foo)withObject:barafterDelay:1.8f];最好在obj的dealloc中加上取消perform,防止对野指针performselector[NSObjectcancelPreviousPerformRequestsWithTarget:self];
添加回答
举报
0/150
提交
取消