How to make SwiftUI navigation Bar display large titles ALWAYS

2.3k Views Asked by At

I want to have a navigation bar display large titles always. i.e., not to make the title small in a scroll view when the scrolling.

I believe previously we would achieve this typing

navigationItem.largeTitleDisplayMode = .always

What is the equivalent way of doing this in swiftUI?

0

There are 0 best solutions below