You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This crash has been occurring every now and then on iOS 10 and iOS 11.
Even though the backtrace doesn't specifically mention CalendarLib, it's the only part of my application which uses a UICollectionView so the crash is almost certain to have happened while laying out the calendar.
The fix might be as simple as adding an extra invalidateLayout call somewhere in the library, but I'm not sure.
This crash has been occurring every now and then on iOS 10 and iOS 11.
Even though the backtrace doesn't specifically mention CalendarLib, it's the only part of my application which uses a UICollectionView so the crash is almost certain to have happened while laying out the calendar.
The fix might be as simple as adding an extra
invalidateLayout
call somewhere in the library, but I'm not sure.The text was updated successfully, but these errors were encountered: