func remove(from: RunLoop, forMode : RunLoop.Mode)
Removes the receiver from a given run loop running in a given mode.
レシーバをある与えられたモードで動作しているある与えられた実行ループから取り除きます。
Availability 有効性
Technology
aRunLoop
The run loop on which to schedule the receiver. それの上でレシーバを予定することになる実行ループ。
mode
The mode for the run loop. 実行ループに対するモード。
Unless the client is polling the stream, it is responsible for ensuring that the stream is scheduled on at least one run loop and that at least one of the run loops on which the stream is scheduled is being run. クライアントがストリームをポーリングしている場合を除いて、それは、ストリームが少なくとも1つの実行ループ上で予定されること、そしてそれの上でストリームが予定される実行ループの少なくとも1つが実行されていることを確実にする責任があります。
func remove(from: RunLoop, forMode : RunLoop.Mode)