Type Method 型メソッド

respondsToSelector:

Returns a Boolean value that indicates whether the receiving class responds to a given selector. あるブール値を返します、それは受け手側クラスがある与えられたセレクタに応答するかどうかを指し示します。

Declaration 宣言

+ (BOOL)respondsToSelector:(SEL)aSelector;

Parameters パラメータ

aSelector

A selector. セレクタ。

Return Value 戻り値

YES if the receiving class responds to aSelector messages, otherwise NO. YES、もし受け手側クラスがaSelectorメッセージに応答するならば、そうでなければNO