https://github.com/ps2/navigation_bar_hiding_ios15
https://github.com/ps2/navigation_bar_hiding_ios15
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ps2/navigation_bar_hiding_ios15
- Owner: ps2
- Created: 2022-05-10T17:21:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T21:39:17.000Z (about 4 years ago)
- Last Synced: 2025-02-02T05:25:18.322Z (over 1 year ago)
- Language: Swift
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.