Type Method 型メソッド

responds(to:)

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

Declaration 宣言

class func responds(to aSelector: Selector) -> Bool

Parameters パラメータ

aSelector

A selector. セレクタ。

Return Value 戻り値

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