<!--
{
  "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

[`var ABNoValueSelection: ABPeoplePickerSelectionBehavior`](/documentation/AddressBook/ABNoValueSelection)

The user cannot select individual values.

[`var ABSingleValueSelection: ABPeoplePickerSelectionBehavior`](/documentation/AddressBook/ABSingleValueSelection)

The user can select a single value.

[`var ABMultipleValueSelection: ABPeoplePickerSelectionBehavior`](/documentation/AddressBook/ABMultipleValueSelection)

The user can select multiple values.

### Initializers

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

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

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

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

### Instance Properties

[`var rawValue: UInt32`](/documentation/AddressBook/ABPeoplePickerSelectionBehavior/rawValue)

The raw integer value of a possible selection behavior constant.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Equatable`](/documentation/Swift/Equatable)

---

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)