To change the font size of a NavigationView's title in SwiftUI, you can use the following code:
main.swift151 chars6 lines
You just need to use the .font modifier to set the font size of the Text view that serves as the title of the NavigationView.
gistlibby LogSnag