Member-only story

SwiftUI: Managing Navigation bar

Xcode 11+ — iOS 13+

Prafulla Singh
1 min readAug 23, 2020
Hide Nav — Change Nav — Custom Nav view — Custom Button

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)

--

--

Prafulla Singh
Prafulla Singh

No responses yet