you have the ") - Error Here }" the wrong way around. It should be:
navigationBarItems(trailing:
Button(action: {
print("Hello")
}) {
Image(systemName: "square.and.pencil")
.resizable()
.frame(width: 50, height: 50)
}) - Error not Here
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: