Contents

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.

See Also

Type Lookup