I'm having a problem with displaying NavigationView + NavigationLink
When using modifier " .navigationBarHidden(true)" on a child view at NavigationLink and going back to previous view with "swipe right to dismiss", having a displaying bug - safe area at top is not covered with NavigationView.
After scrolling back to top bug disappears until next "swipe right to dismiss" from child view.
Using iOS 14.4.1
Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28)
Hi! Thank you for the bug report. Looks like this issue is based on a specific Apple framework, and not an issue related to a component of the open source toolchain (compiler, stdlib, lldb, SourceKit etc.). Bug reports for Apple frameworks can be reported through feedbackassistant.apple.com.
Attachment: Download
Additional Detail from JIRA
md5: 0455ca0ff7b5299f30e6647159d94f5e
Issue Description:
I'm having a problem with displaying NavigationView + NavigationLink
When using modifier " .navigationBarHidden(true)" on a child view at NavigationLink and going back to previous view with "swipe right to dismiss", having a displaying bug - safe area at top is not covered with NavigationView.
After scrolling back to top bug disappears until next "swipe right to dismiss" from child view.
Using iOS 14.4.1
Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28)
Full code available here
The text was updated successfully, but these errors were encountered: