Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Styling NavigationBar #34

Closed
hans-pistor opened this issue Aug 9, 2020 · 0 comments
Closed

Styling NavigationBar #34

hans-pistor opened this issue Aug 9, 2020 · 0 comments
Projects

Comments

@hans-pistor
Copy link

To style a navigation bar, you can do something like this

struct TaskListView: View {
    init() {
      UINavigationBar.appearance().largeTitleTextAttributes = [
        .foregroundColor: UIColor.systemRed
     ]
  }

    ... rest of struct

I would make a PR but to build using master requires the Google plist file for firebase.

@peterfriese peterfriese added this to Needs triage in Bug triage Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Bug triage
  
Needs triage
Development

No branches or pull requests

2 participants