Instance Method インスタンスメソッド

remove(from:forMode:)

Removes the receiver from a given run loop running in a given mode. レシーバをある与えられたモードで動作しているある与えられた実行ループから取り除きます。

Declaration 宣言

func remove(from aRunLoop: RunLoop, 
    forMode mode: RunLoop.Mode)

Parameters パラメータ

aRunLoop

The run loop on which the receiver was scheduled. それの上でレシーバが予定されたところの実行ループ。

mode

The mode for the run loop. 実行ループに対するモード。

See Also 参照

Managing Run Loops 実行ループを管理する