func remove(from: RunLoop, forMode : RunLoop.Mode)
Removes the receiver from the run loop mode
mode
of runLoop
.
レシーバをrunLoop
の実行ループモードmode
から取り除きます。
mode
of runLoop
.
レシーバをrunLoop
の実行ループモードmode
へと予定します。
Availability 有効性
Technology
runLoop
The run loop to which to add the receiver. それに対してレシーバを加える実行ループ。
mode
The run loop mode in which to add the receiver. それにおいてレシーバを加える実行ループモード。
When the receiver is scheduled, the run loop monitors the mach port for incoming messages and, when a message arrives, invokes the delegate method handle
.
レシーバが予定される場合、実行ループはmachポートをやってくるメッセージに対して監視しますそして、メッセージが到着する時、委任先メソッドhandle
を発動します。
func remove(from: RunLoop, forMode : RunLoop.Mode)
mode
of runLoop
.
レシーバをrunLoop
の実行ループモードmode
から取り除きます。