peterfriese / MakeItSo

This is the source code for Make It So, the sample app accompanying my blog post "Replicating the iOS Reminders App Using SwiftUI and Firebase"

Home Page:https://twitter.com/peterfriese/status/1453467058302291975

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Styling NavigationBar

hans-pistor opened this issue · comments

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.