NSTimer

創建計時器

  • + scheduledTimerWithTimeInterval:invocation:repeats:
  • + scheduledTimerWithTimeInterval:target:selector:userInfo:repeats:
  • + timerWithTimeInterval:invocation:repeats:
  • + timerWithTimeInterval:target:selector:userInfo:repeats:
  • – initWithFireDate:interval:target:selector:userInfo:repeats:

觸發計時器

  • – fire

停止計時器

  • – invalidate

相關信息

  • – isValid
  • – fireDate
  • – setFireDate:
  • – timeInterval
  • – userInfo
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章