ABCreateFormattedAddressFromDictionary(_:_:)
Returns a string containing the formatted address.
Declaration
func ABCreateFormattedAddressFromDictionary(_ addressBook: ABAddressBookRef!, _ address: CFDictionary!) -> Unmanaged<CFString>!Parameters
- addressBook:
The address book for the logged-in person.
- address:
The address for the logged-in person.
Return Value
Returns a string containing the formatted address. You are responsible for releasing this object.