ProtocolCustomizable
CustomizableToolbarContent
Conforming types represent items that can be placed in various locations in a customizable toolbar.
準拠している型は、あるカスタマイズ可能なツールバーの中のさまざまな場所に置かれることができる項目を表します。
Availability 有効性
- iOS 14.0+
- iPadOS 14.0+
- macOS 11.0+
- Mac Catalyst 14.0+
- tvOS 14.0+
- watchOS 7.0+
Technology
- Swift
UI
Declaration 宣言
protocol CustomizableToolbarContent : ToolbarContent
where Self.Body : CustomizableToolbarContent
Relationships 関係
Inherits From 継承元
Conforming Types これらの型が準拠
-
Group
Conforms whenContent
conforms toCustomizable
.Toolbar Content Content
がCustomizable
に準拠する時に準拠します。Toolbar Content -
Toolbar
Item Conforms whenID
isString
andContent
conforms toView
.ID
がString
であるそしてContent
がView
に準拠する時に準拠します。
See Also 参照
Toolbars
struct ToolbarItem
A model that represents an item which can be placed in the toolbar or navigation bar.
あるモデル、それはツールバーまたはナビゲーションバーの中に置かれることができるある項目を表します。
Available when
ID
is String
and Content
conforms to View
.
ID
がString
であるそしてContent
がView
に準拠する時に利用可能です。
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.
準拠している型は、あるツールバーの中のさまざまな場所に置かれることができる項目を表します。
struct ToolbarContentBuilder
Constructs a toolbar item set from multi-expression closures.