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