I am using UICollectionView
using the flow layout.
I have made a custom UICollectionViewCell
for the same.
But on running the project the console keeps on throwing this error-
the behavior of the UICollectionViewFlowLayout
is not defined because:
the item height must be less that the height of the UICollectionView
minus the section insets top and bottom values.
I have made sure that the size of the cell is correct
Has anyone been able to resolve this issue. Thanks in advance.
Regards Nitesh
That fixed my problem:
U can see padding value from top and bottom on this screen: