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