- performInModes:block:
Schedules a block that the run loop invokes when it’s running in any of the specified modes.
あるブロックを予定します、それは実行ループを、それが指定されたモードそれらのうちどれかにおいて動作する時に発動するものです。
- performSelector:target:argument:order:modes:
Schedules the sending of a message on the receiver.
レシーバ上でメッセージの送信を予定します。
- cancelPerformSelector:target:argument:
Cancels the sending of a previously scheduled message.
以前に予定されたメッセージの送信を取り消します。
- cancelPerformSelectorsWithTarget:
Cancels all outstanding ordered performs scheduled with a given target.
与えられたターゲットで予定された全ての未解決の実行を取り消します。