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
Logging only once for UICollectionViewFlowLayout cache mismatched frame
UICollectionViewFlowLayout has cached frame mismatch for index path NSIndexPath: {length = 2, path = 0 - 3} - cached value: {{439, 2}, {144, 120}}; expected value: {{440, 2}, {144, 120}}
This is likely occurring because the flow layout subclass FFMonthCollectionViewFlowLayout is modifying attributes returned by UICollectionViewFlowLayout without copying them
I guess which results in missing Dates from Month Collection View
The text was updated successfully, but these errors were encountered:
Logging only once for UICollectionViewFlowLayout cache mismatched frame
UICollectionViewFlowLayout has cached frame mismatch for index path NSIndexPath: {length = 2, path = 0 - 3} - cached value: {{439, 2}, {144, 120}}; expected value: {{440, 2}, {144, 120}}
This is likely occurring because the flow layout subclass FFMonthCollectionViewFlowLayout is modifying attributes returned by UICollectionViewFlowLayout without copying them
I guess which results in missing Dates from Month Collection View
The text was updated successfully, but these errors were encountered: