removeMember(_:)
Removes a person from a group.
Declaration
func removeMember(_ person: ABPerson!) -> BoolParameters
- person:
The person to be removed.
Return Value
Discussion
If the person argument is not in the group, this method does nothing and returns false. If person is nil, this method raises an exception.