Skip to content

Instantly share code, notes, and snippets.

@amosgyamfi
Created April 23, 2022 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amosgyamfi/4de076034589d7c9bcba6509389049ab to your computer and use it in GitHub Desktop.
Save amosgyamfi/4de076034589d7c9bcba6509389049ab to your computer and use it in GitHub Desktop.
.navigationBarItems(
leading: Button {
print("Pressed edit button")
} label: {
Text("Edit")
},
trailing: Button {
print("Pressed compose button")
} label: {
Image(systemName: "square.and.pencil")
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment