addMember(_:to:)
Adds a contact as a member of a group.
Declaration
func addMember(_ contact: CNContact, to group: CNGroup)Parameters
- contact:
The contact to add to the group membership.
- group:
The group to add the contact to its membership.
Discussion
This method overrides any previously made remove membership request on the contact from the group.