我有以下代碼:的NSTimer戳一個時間間隔問題
[NSTimer scheduledTimerWithTimeInterval:0.5 target:self selector:@selector(timerCount:) userInfo:nil repeats:YES]; -(void)timerCount:(NSTimer *)timer { NSTimeInterval dt = [timer timeInterval]; // do something }
的NSTimeInterval我將是0.5,我已經把上scheduledTimerWithInterval的時間間隔,這意味着timerCount將被稱爲各0.5秒。
但我現在有一些東西作爲timeStamps,我想知道NSTimer是否會每次在PRECISELY 0.5秒內調用timerCount方法。
購買原子鐘如果需要精確0.5秒區間[[請提供所需的精度]。 – kennytm 2010-05-29 15:01:09