<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AddressBook",
  "identifier" : "/documentation/AddressBook/ABPeoplePickerSelectionBehavior",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Address Book"
    ],
    "preciseIdentifier" : "c:@EA@ABPeoplePickerSelectionBehavior"
  },
  "title" : "ABPeoplePickerSelectionBehavior"
}
-->

# ABPeoplePickerSelectionBehavior

Constants indicating the possible value selection behaviors.

```
struct ABPeoplePickerSelectionBehavior
```

## Overview

These constants are of the type [`ABPeoplePickerSelectionBehavior`](/documentation/AddressBook/ABPeoplePickerSelectionBehavior) and are used by [`valueSelectionBehavior`](/documentation/AddressBook/ABPeoplePickerView/valueSelectionBehavior).

## Topics

### Selection Behaviors

[`ABNoValueSelection`](/documentation/AddressBook/ABNoValueSelection)

The user cannot select individual values.

[`ABSingleValueSelection`](/documentation/AddressBook/ABSingleValueSelection)

The user can select a single value.

[`ABMultipleValueSelection`](/documentation/AddressBook/ABMultipleValueSelection)

The user can select multiple values.

### Initializers

[`init(_:)`](/documentation/AddressBook/ABPeoplePickerSelectionBehavior/init(_:))

Initializes a constant from an integer value that represents a picker selection behavior.

[`init(rawValue:)`](/documentation/AddressBook/ABPeoplePickerSelectionBehavior/init(rawValue:))

Initializes a constant from a raw value that represents a picker selection behavior.

### Instance Properties

[`rawValue`](/documentation/AddressBook/ABPeoplePickerSelectionBehavior/rawValue)

The raw integer value of a possible selection behavior constant.



---

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)