Skip to content

Instantly share code, notes, and snippets.

@molcik
Created March 10, 2020 12:26
Show Gist options
  • Save molcik/98dc38d7a322d08f09f542cff7abbd11 to your computer and use it in GitHub Desktop.
Save molcik/98dc38d7a322d08f09f542cff7abbd11 to your computer and use it in GitHub Desktop.
extension View {
func navigationBarColor(_ backgroundColor: UIColor?) -> some View {
self.modifier(NavigationBarModifier(backgroundColor: backgroundColor))
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment