#author("2022-10-18T06:19:22+00:00","default:src128","src128") #author("2022-10-18T06:28:40+00:00","default:src128","src128") &tag(SwiftUI/ツールバー); *目次 [#l25c293d] #contents *関連ページ [#j5198d41] *参考情報 [#xb0573d8] -[[[SwiftUI] toolbar の使い方 | SmallDeskSoftware:https://software.small-desk.com/development/2020/09/29/swiftui-toolbar/]] -[[[SwiftUI] NavigationView の toolbar モディファイアの使用方法 - Swift Life:http://swift.hiros-dot.net/?p=1485]] *基本 [#t629d099] -.toolbarの中にToolBarItemやToolBarItemGroupを配置できる。 -ToolbarItemGroupはToobarItemをまとめるためのもの。 *配置 [#m8f27221] -ToolbarItemのplacementで指定する引数でボタンの位置を指定できる。 -iOSとmacOSで指定できる引数は異なる。 .primaryActionを指定するとmacOSの場合、ツールバーの右側に表示される。