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

iOS 17 doesn't renders the months correctly #1415

Open
xavierbaez opened this issue Oct 15, 2023 · 5 comments
Open

iOS 17 doesn't renders the months correctly #1415

xavierbaez opened this issue Oct 15, 2023 · 5 comments

Comments

@xavierbaez
Copy link

Scrolling through months, the days disappear, don't show up

  • iOS 16 works
  • iOS 17 doesn't work
  • Integration method.(cocoapods)
  • Full steps to reproduce.
  • Device modal and iOS version. e.g. iPhone 14 Pro Max
  • Xcode version. 15
  • FSCalendar version. e.g. FSCalenda 2.8.4
@maningLaien
Copy link

I had a similar problem. In my case, it was a problem with the width measurements when laying out the calendar on iOS 17, which was resolved when the floor() function was used to wrap the width measurements. Hope this helps.

image

@geetam123
Copy link

Scrolling through months, the days disappear, don't show up

  • iOS 16 works
  • iOS 17 doesn't work
  • Integration method.(cocoapods)
  • Full steps to reproduce.
  • Device modal and iOS version. e.g. iPhone 14 Pro Max
  • Xcode version. 15
  • FSCalendar version. e.g. FSCalenda 2.8.4

I'm facing the same issue, can you please answer if you found any solution for this bug?

@DailyDiary2021
Copy link

Please help in resolving this as soon as possible, I am also facing the same issue. is there any workaround for this?

@Miles-Matheson
Copy link

+1

@geetam123
Copy link

image

I fixed it, add constant value 0.5 on trailing constraint of your FSCalendar

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

5 participants