IOS object-c 中定時器NSTimer的開啓與關閉

調用一次計時器方法:app myTimer = [NSTimer scheduledTimerWithTimeInterval:1.5 target:self selector:@selector(scrollTimer) userInfo:nil repeats:NO]; //不重複,只調用一次。timer運行一次就會自動中止運行 重複調用計時器方法: timer = [NSTimer s
相關文章
相關標籤/搜索