Structure

MenuButton

A button that displays a menu containing a list of choices when pressed. あるボタン、それは押された時に選択肢のリストを含んでいるメニューを表示します。

Declaration 宣言

struct MenuButton<Label, Content> where Label : View, Content : View

Topics 話題

Creating a Menu Button メニューボタンを作成する

Styling a Menu Button メニューボタンの様式を整える

Supporting Types 支援を行う型

Default Implementations 省略時実装

Relationships 関係

Conforms To 次に準拠

See Also 参照

Views