Instance Property インスタンスプロパティ

isMainThread

A Boolean value that indicates whether the receiver is the main thread. レシーバがメインスレッドであるかどうかを指し示すブール値。

Declaration 宣言

@property(readonly) BOOL isMainThread;

Discussion 議論

YES if the receiver is the main thread, otherwise NO. YES、もしレシーバがメインスレッドならば、そうでなければNO

See Also 参照

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