Contents

selectedIdentifiers(for:)

Returns the identifiers of the selected values in a multivalue property.

Declaration

func selectedIdentifiers(for person: ABPerson!) -> [Any]!

Parameters

  • person:

    The person whose identifiers for selected values will be returned.

Discussion

Returns nil if the property displayed is a single-value property, or if the selected value is not a property of person.

The selectedRecords property returns all of the person records that were unified to display the selected records, which can require some extra care in passing the correct person record.

See Also

Selecting Groups and Records