Member-only story
SwiftUI: Managing Navigation bar
Xcode 11+ — iOS 13+
1 min readAug 23, 2020
How to hide navigation bar?
How to update navigation bar color?
There is no direct way to update Navigation bar color. We need to update Navigation bar Using UINavigationBar appearance.
How to add custom back button on navigation?
This involves two steps adding a button and handling tap. Manual handling can be done using Environment called Presentation Mode.
How to set custom navigation bar title view ? (available from iOS 14)