string(from:)
Formats the contact name.
Declaration
func string(from contact: CNContact) -> String?Parameters
- contact:
The contact whose name is to be formatted.
Return Value
The formatted contact name.
Formats the contact name.
func string(from contact: CNContact) -> String?The contact whose name is to be formatted.
The formatted contact name.