Contents

ABGroupCopyArrayOfAllMembers(_:)

Returns an array of persons in a group.

Declaration

func ABGroupCopyArrayOfAllMembers(_ group: ABRecord!) -> Unmanaged<CFArray>!
func ABGroupCopyArrayOfAllMembers(_ group: ABGroupRef!) -> Unmanaged<CFArray>!

Parameters

  • group:

    The ABGroup object whose members you wish to obtain.

Return Value

An array of ABPersonobjects representing the people in group.If this group doesn’t contain any people, this function returnsan empty array. You are responsible for releasing this object.

See Also

Groups