Contents

selectIdentifier(_:for:byExtendingSelection:)

Selects a value or a set of values in a multivalue property.

Declaration

func selectIdentifier(_ identifier: String!, for person: ABPerson!, byExtendingSelection extend: Bool)

Parameters

  • identifier:

    The identifier to be selected, or to be added to the current selection.

  • person:

    The person that the value to be selected is associated with.

  • extend:

    True to extend the current selection; otherwise, False.

See Also

Selecting Groups and Records