NSObject
Undocumented
-
Uses the Objective-C Runtime to determine the list of properties in an NSObject subclass.
Returns
AnArrayofSelectors 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
ArrayofSelectors whose string values are equal to the names of each property in the NSObject subclass.
NSObject Extension Reference