SwiftUI_visionOS_Note

toolbar

Mar 11, 2024
       .toolbar{
           ToolbarItem(placement: .bottomOrnament){
               Button("Add"){showAlert.toggle()}
           }
swift