FSCalendar icon indicating copy to clipboard operation
FSCalendar copied to clipboard

iOS 17 doesn't renders the months correctly

Open xavierbaez opened this issue 1 year ago • 5 comments

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

xavierbaez avatar Oct 15 '23 19:10 xavierbaez

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

maningLaien avatar Oct 17 '23 03:10 maningLaien

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?

geetam123 avatar Jan 17 '24 07:01 geetam123

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

DailyDiary2021 avatar Jan 18 '24 14:01 DailyDiary2021

+1

Miles-Matheson avatar Jan 30 '24 09:01 Miles-Matheson

image

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

geetam123 avatar Mar 01 '24 11:03 geetam123