Type Property 型プロパティ

currentHandler

Returns the NSAssertionHandler object associated with the current thread. 現在のスレッドと結びつけられたNSAssertionHandlerオブジェクトを返します。

Declaration 宣言

@property(class, readonly, strong) NSAssertionHandler *currentHandler;

Return Value 戻り値

The NSAssertionHandler object associated with the current thread. 現在のスレッドと結びつけられたNSAssertionHandlerオブジェクト。

Discussion 議論

If no assertion handler is associated with the current thread, this method creates one and assigns it to the thread. 現在のスレッドと結びつけられるアサーションハンドラがないならば、このメソッドは1つ作成してそれを現在のスレッドに割り当てます。

See Also 参照

Handling Assertion Failures アサーションの失敗を取り扱う