func schedule(in: RunLoop, forMode : RunLoop.Mode)
Run loop from which to remove the receiver. それからレシーバを取り除く実行ループ。
Availability 有効性
Technology
runLoop
Run loop from which to remove the receiver. それからレシーバを取り除く実行ループ。
runLoopMode
You can use this method in conjunction with schedule(in:
to transfer the receiver to a run loop other than the default one. Although it is possible to remove an NSNet
object completely from any run loop and then attempt actions on it, you must not do it.
あなたは、このメソッドをschedule(in:
と協力して使って、レシーバを省略時のもの以外の実行ループに移すことができます。あるNSNet
オブジェクトを完全に何らかの実行ループから取り除いてそれからそれの上で様々な活動を試みることが可能であるとはいえ、あなたはそれをしてはいけません。
func schedule(in: RunLoop, forMode : RunLoop.Mode)