init(addressBook:)
Initializes a record using the given address book.
Declaration
init!(addressBook: ABAddressBook!)Parameters
- addressBook:
The address book with which to initialize the record.
Discussion
The record is added to addressBook but is not visible to other address books until addressBook is saved. This method is the designated initializer for this class.