文書改定履歴


この表は、NSTimer クラスリファレンス の変更点について説明します。


日付ノート
2013-09-18tolerance API を追加して iOS 7 用に更新しました。
2011-01-07NSTimer をサブクラス化することはできないと通告しました。
2009-10-19いくつかの edge のケースの間のタイマー動作の説明を更新しました。
2009-07-14マイナーな誤植を修正しました。
2008-11-19引数パラメータの説明。
2006-09-20繰り返しでないタイマーの"リピート間隔" を明確にしました。
2006-05-23別の文書としてこのコンテンツの最初の出版。




前の章
目次
Xcode の新機能
NSObject(class)

  • 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
  • タイマーに関する情報
  • valid プロパティ
    fireDate プロパティ
    timeInterval プロパティ
    userInfo プロパティ
  • 起動の耐性
  • tolerance プロパティ
    文書改定履歴












    トップへ(NSTimer)












    トップへ(NSTimer)












    トップへ(NSTimer)