- performBlock:
Schedules a block that the run loop invokes.
実行ループを発動するあるブロックを予定します。
- 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.
与えられたターゲットで予定された全ての未解決の実行を取り消します。