Function 関数

NSStringFromSelector(_:)

Returns a string representation of a given selector. 与えられたセレクタの文字列表現を返します。

Declaration 宣言

func NSStringFromSelector(_ aSelector: Selector) -> String

Parameters パラメータ

aSelector

A selector. セレクタ。

Return Value 戻り値

A string representation of aSelector. aSelectorの文字列表現。

See Also 参照

Type Lookup 型検索