Swiftui Navigation Button

[Solved] Swiftui Navigation Button | Swift - Code Explorer | yomemimo.com
Question : add navigation bar button swiftui

Answered by : mobile-star

.navigationBarItems( leading: Button(action: { // Actions }, label: { Text("Button") }), trailing: Button(action: { // Actions }, label: { Image("Icon") })
)

Source : | Last Update : Sat, 21 Mar 20

Answers related to swiftui navigation button

Code Explorer Popular Question For Swift