func perform(inModes : [RunLoop.Mode], block: () -> Void)
Schedules a block that the run loop invokes when it’s running in any of the specified modes.
あるブロックを予定します、それは実行ループを、それが指定されたモードそれらのうちどれかにおいて動作する時に発動するものです。
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.
与えられたターゲットで予定された全ての未解決の実行を取り消します。