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
Is it just me or are there others' experiencing this same issue?
Run the app in your project, swipe up in the view to enlarge the collectionViewCells (ie: the image tiles). Select an image and automatically, you'll notice the bug. The image doesn't shrink while the image tiles minimizes by size.
Now if you swipe up, then to the right direction to browse more images, you'll inevitable notice the bug, the whole thing acts funny.
The controller console give this info: the behavior for the UICollectionViewFlowLayout is not defined because the item height must be less than the UICollectionView minus the section insets top and bottom values, minus the content insets top and bottom values ...
Anyone experiencing the same problem? ... Any solution to this?
The text was updated successfully, but these errors were encountered:
Is it just me or are there others' experiencing this same issue?
Run the app in your project, swipe up in the view to enlarge the collectionViewCells (ie: the image tiles). Select an image and automatically, you'll notice the bug. The image doesn't shrink while the image tiles minimizes by size.
Now if you swipe up, then to the right direction to browse more images, you'll inevitable notice the bug, the whole thing acts funny.
The controller console give this info: the behavior for the UICollectionViewFlowLayout is not defined because the item height must be less than the UICollectionView minus the section insets top and bottom values, minus the content insets top and bottom values ...
Anyone experiencing the same problem? ... Any solution to this?
The text was updated successfully, but these errors were encountered: