displayedProperties
Identifies the set of properties (such as name or telephone number) of Displayedperson the receiver displays.
Declaration
var displayedProperties: [NSNumber]? { get set }Discussion
The default value of this property is NULL.
Name properties are always displayed.
The properties are specified using an array of NSNumber objects representing ABPropertyID values.
To have the receiver display a single property for displayedPerson, such as telephone number, set displayedProperties to an array with a single value, such as kABPersonPhoneProperty.