remove(_:)
Removes an ABPerson or ABGroup record from the Address Book database.
Declaration
func remove(_ record: ABRecord!) -> BoolParameters
- record:
The record to be removed.
Return Value
true if the record was removed successfully; otherwise, false.
Discussion
If record is nil, this method raises an exception. Your changes are not committed until you call the save() method.