func remove(from: RunLoop, forMode : RunLoop.Mode)
Removes the receiver from the specified run loop.
レシーバを指定された実行ループから取り除きます。
Availability 有効性
Technology
runLoop
Run loop in which to schedule the receiver. それにおいてレシーバが予定される実行ループ。
runLoopMode
You can use this method in conjunction with remove(from:
to transfer the receiver to a run loop other than the default one. You should not attempt to run the receiver on multiple run loops.
あなたは、このメソッドをremove(from:
と協力して使って、レシーバを省略時のもの以外の実行ループに移すことができます。あなたは、あるレシーバを複数の実行ループ上で動作させることを試みるべきではありません。
func remove(from: RunLoop, forMode : RunLoop.Mode)