func perform(() -> Void)
Schedules a block that the run loop invokes.
実行ループを発動するあるブロックを予定します。
func perform(Selector, target: Any, argument: Any?, order: Int, modes: [RunLoop.Mode])
Schedules the sending of a message on the receiver.
レシーバ上でメッセージの送信を予定します。
func cancelPerform (Selector, target: Any, argument: Any?)
Cancels the sending of a previously scheduled message.
以前に予定されたメッセージの送信を取り消します。
func cancelPerformSelectors (withTarget : Any)
Cancels all outstanding ordered performs scheduled with a given target.
与えられたターゲットで予定された全ての未解決の実行を取り消します。