Type Property 型プロパティ

mainThread

Returns the NSThread object representing the main thread. メインスレッドを表しているNSThreadオブジェクトを返します。

Declaration 宣言

@property(class, readonly, strong) NSThread *mainThread;

Return Value 戻り値

The NSThread object representing the main thread. メインスレッドを表しているNSThreadオブジェクト。

See Also 参照

Working with the Main Thread メインスレッドを取り扱う