Type Property 型プロパティ

mainRunLoop

Returns the run loop of the main thread. メインスレッドの実行ループを返します。

Declaration 宣言

@property(class, readonly, strong) NSRunLoop *mainRunLoop;

Return Value 戻り値

An object representing the main thread’s run loop. メインスレッドのもつ実行ループを表しているあるオブジェクト。

See Also 参照

Accessing Run Loops and Modes 実行ループおよびモードにアクセスする