Contents

ABPersonCopyParentGroups(_:)

Returns an array of groups that a person belongs to.

Declaration

func ABPersonCopyParentGroups(_ person: ABPersonRef!) -> Unmanaged<CFArray>!

Parameters

  • person:

    The person whose parent groups you wish to obtain.

Return Value

An array of ABGroup objects which person belongs to. You are responsible for releasing this object.

See Also

People