Returns the person-name display format to use for the given record.
SDK
- iOS 2.0–9.0Deprecated
Framework
- Address
Book
Declaration
func ABPersonGetCompositeNameFormatForRecord(_ record: ABRecord!) -> ABPerson Composite Name Format
Parameters
record
The record being displayed.
Return Value
The person-name display format to use for the given record.
Discussion
If the record is NULL
, or if it has no first name, middle name, or last name, then the user’s default order preference is returned. For possible values, see Composite Name Format.