objective-c NSTimer 定時器

-(void)initTimer { //時間間隔 NSTimeInterval timeInterval =3.0 ; //定時器 repeats 表示是否須要重複,NO爲只重複一次 NSTimer *timer = [NSTimer scheduledTimerWithTimeInterval:timeInterval target:self select
相關文章
相關標籤/搜索