---
title: PopUpButtonPickerStyle
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/popupbuttonpickerstyle
---

# PopUpButtonPickerStyle

A picker style that presents the options as a menu when the user presses a button.

## Declaration

```swift
struct PopUpButtonPickerStyle
```

## Overview

Overview Use this style when there are more than five options. Consider using RadioGroupPickerStyle when there are fewer than five options. The button itself indicates the selected option. You can include additional controls in the set of options, such as a button to customize the list of options. To apply this style to a picker, or to a view that contains pickers, use the pickerStyle(_:) modifier. Creating the picker style init()

## Topics

### Initializers

- [init()](swiftui/popupbuttonpickerstyle/init().md)

## Relationships

### Conforms To

- [PickerStyle](swiftui/pickerstyle.md)
