An open API service indexing awesome lists of open source software.

https://github.com/ps2/navigation_bar_hiding_ios15


https://github.com/ps2/navigation_bar_hiding_ios15

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# navigation_bar_hiding_ios15

In iOS15, `.navigationBarHidden(...)` and `.navigationTitle("...")` are not respected in SwiftUI views inside of a `UINavigationViewController` that
itself is presented modally (via `UIViewControllerRepresentable`) from a NavigationView.

The same layout structure works fine in iOS 14.