addMember(_:)
Adds a person to a group.
Declaration
func addMember(_ person: ABPerson!) -> BoolParameters
- person:
The person record to be added.
Return Value
Discussion
If the person argument is already part of the group, this method does nothing and returns true. If the person argument is nil, this method raises an exception.
Special Considerations
Prior to OS X v10.6, if the person record is already in the group, this method does nothing and returns false.