<!--
{
  "availability" : [
    "macOS: 10.3.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AddressBook",
  "identifier" : "/documentation/AddressBook/ABPeoplePickerView/selectedRecords",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Address Book"
    ],
    "preciseIdentifier" : "c:objc(cs)ABPeoplePickerView(py)selectedRecords"
  },
  "title" : "selectedRecords"
}
-->

# selectedRecords

The selection in the records list. (read-only)

```
var selectedRecords: [Any]! { get }
```

## Discussion

The selection is returned as an array of [`ABGroup`](/documentation/AddressBook/ABGroup) or [`ABPerson`](/documentation/AddressBook/ABPerson) objects.

Person records are unified by the people picker for display—multiple person records that represent the same person are displayed as if there were a single record containing all of the properties. If the user selects such a record, this array includes all of the person records that were unified.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)