StructureToolbar
ToolbarContentBuilder
Constructs a toolbar item set from multi-expression closures.
Availability 有効性
- iOS 14.0+
- iPadOS 14.0+
- macOS 11.0+
- Mac Catalyst 14.0+
- tvOS 14.0+
- watchOS 7.0+
Technology
- Swift
UI
Declaration 宣言
@resultBuilder struct ToolbarContentBuilder
Topics 話題
Building Toolbar Content
Building Customizable Toolbar Content
See Also 参照
Toolbars
struct ToolbarItem
A model that represents an item which can be placed in the toolbar or navigation bar.
あるモデル、それはツールバーまたはナビゲーションバーの中に置かれることができるある項目を表します。
struct ToolbarItemGroup
A model that represents a group of
ToolbarItem
s which can be placed in the toolbar or navigation bar.
あるモデル、それはツールバーまたはナビゲーションバーの中に置かれることができるToolbarItem
それらからなるあるグループを表します。
struct ToolbarItemPlacement
A structure that defines the placement of a toolbar item.
protocol ToolbarContent
Conforming types represent items that can be placed in various locations in a toolbar.
準拠している型は、あるツールバーの中のさまざまな場所に置かれることができる項目を表します。
protocol CustomizableToolbarContent
Conforming types represent items that can be placed in various locations in a customizable toolbar.
準拠している型は、あるカスタマイズ可能なツールバーの中のさまざまな場所に置かれることができる項目を表します。