func schedule(in: RunLoop, forMode : RunLoop.Mode)
Schedules the receiver into the run loop mode
mode
of runLoop
.
レシーバをrunLoop
の実行ループモードmode
へと予定します。
mode
of runLoop
.
レシーバをrunLoop
の実行ループモードmode
から取り除きます。
Availability 有効性
Technology
runLoop
The run loop from which to remove the receiver. それからレシーバを取り除くことになる実行ループ。
mode
The run loop mode from which to remove the receiver. それからレシーバを取り除くことになる実行ループモード。
When the receiver is removed, the run loop stops monitoring the Mach port for incoming messages. レシーバが取り除かれる時、実行ループはMachポートをやってくるメッセージに対して監視することを停止します。
func schedule(in: RunLoop, forMode : RunLoop.Mode)
mode
of runLoop
.
レシーバをrunLoop
の実行ループモードmode
へと予定します。