NSObject

Undocumented

  • Uses the Objective-C Runtime to determine the list of properties in an NSObject subclass.

    Returns

    An Array of Selectors whose string values are equal to the names of each property in the NSObject subclass.

    Declaration

    Swift

    public static func properties() -> [Selector]

    Return Value

    An Array of Selectors whose string values are equal to the names of each property in the NSObject subclass.