Skip to content

Instantly share code, notes, and snippets.

@molcik
Last active March 10, 2020 12:38
Show Gist options
  • Save molcik/ef5cbfdd010d14661d8bb13c38fdec1e to your computer and use it in GitHub Desktop.
Save molcik/ef5cbfdd010d14661d8bb13c38fdec1e to your computer and use it in GitHub Desktop.
struct SomeView: View {
var body: some View {
NavigationView {
Text("Hello World")
}
.navigationBarColor(.green) // This is how you will use it
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment