Type Property 型プロパティ

isMainThread

Returns a Boolean value that indicates whether the current thread is the main thread. 現在のスレッドがメインスレッドかどうかを指し示すブール値を返します。

Declaration 宣言

@property(class, readonly) BOOL isMainThread;

Return Value 戻り値

YES if the current thread is the main thread, otherwise NO. YES、もし現在のスレッドがメインスレッドであるならば、そうでなければNO

See Also 参照

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