Skip to content

Instantly share code, notes, and snippets.

@apatronl
Created July 2, 2020 21:10
Show Gist options
  • Save apatronl/257311a0eb8f314094fe1ffafc81c62b to your computer and use it in GitHub Desktop.
Save apatronl/257311a0eb8f314094fe1ffafc81c62b to your computer and use it in GitHub Desktop.
extension View {
func navigationBarColor(backgroundColor: UIColor, tintColor: UIColor) -> some View {
self.modifier(NavigationBarColor(backgroundColor: backgroundColor, tintColor: tintColor))
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment