Open IraklisElef opened 3 months ago
I have same issue! In navigation view, when I scroll calendar, navigation title disappears.
I also see this issue, but only if you specify a custom view for the days via
.day { day in // ... }
With the default views, it works fine
Hello, as the title suggests, the navigation title disappears when CalendarViewRepresentable presents. This bug does not occur in iOS 15 but it does on iOS 16 and iOS 17. I have a TabView and one of the tabs is the CalendarViewRepresentable. At first, the navigation title is visible, however, if I try to change the month, the navigation title disappears. If I change the tab and go back to the calendar tab, the navigation title reappears. Not really sure what can be done, so yeah any suggestions are welcome. Thank you in advance.