Contents

removeSubgroup(_:)

Removes a subgroup from a group.

Declaration

func removeSubgroup(_ group: ABGroup!) -> Bool

Parameters

  • group:

    The subgroup to be removed.

Return Value

true if successful; otherwise, false.

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.

See Also

Managing subgroups