How to fix overlapped navigation titles in SwiftUI
Issue #756
1 | extension NavigationLink { |
Read more
- https://www.dabblingbadger.com/blog/2020/12/11/a-quick-fix-for-overlapping-navigation-titles-in-swiftui
As far as I can tell, this bug only shows up if you: 1) have the navigation title displayMode of a destination view set to .large and 2) have added items to the navigation bar using the .navigationBarItems modifier.
Updated at 2021-01-20 21:59:41