Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SwiftUI navigation title disappears when CalendarViewRepresentable presents #314

Open
IraklisElef opened this issue Aug 9, 2024 · 2 comments

Comments

@IraklisElef
Copy link

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.

@jaeho0718
Copy link

I have same issue! In navigation view, when I scroll calendar, navigation title disappears.

@ChrisRoh92
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants