Function 関数

sel_getName(_:)

Returns the name of the method specified by a given selector. 与えられたセレクタによって指定されたメソッドの名前を返します。

Declaration 宣言

func sel_getName(_ sel: Selector) -> UnsafePointer<CChar>

Parameters パラメータ

aSelector

A pointer of type SEL. Pass the selector whose name you wish to determine.

Return Value 戻り値

A C string indicating the name of the selector.

See Also 参照

Working with Selectors セレクタを扱う