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
メインスレッドを取り扱う
isMainThread
Returns a Boolean value that indicates whether the current thread is the main thread.
現在のスレッドがメインスレッドかどうかを指し示すブール値を返します。
isMainThread
A Boolean value that indicates whether the receiver is the main thread.
レシーバがメインスレッドであるかどうかを指し示すブール値。