Contents

ABAddressBookCreate()

Creates a new address book object with data from the Address Book database.

Declaration

func ABAddressBookCreate() -> Unmanaged<ABAddressBook>!

Return Value

An address book object.

Discussion

Changes made to the returned address book are reflected in the Address Book database only after saving the address book with ABAddressBookSave(_:_:).

See Also

Deprecated