Contents

accessoryBarAction

A button style that you use for extra actions in an accessory toolbar.

Declaration

@MainActor @preconcurrency static var accessoryBarAction: AccessoryBarActionButtonStyle { get }

Discussion

Use this style for buttons that perform extra actions relative to the accessory toolbar’s main functions, like adding or editing filters. This style also affects other view types that you apply a button style to, like Toggle, Picker, and Menu instances.

See Also

Getting built-in button styles