0

Has anyone got this problem with CollectionView?

Warning once only: Detected a case where constraints ambiguously suggest a size of zero for a
collection view cell's content view. We're considering the collapse unintentional and using 
standard size instead.

I have added custom CollectionViewCell with xib in CollectionView.

iOS06
  • 9
  • 2

1 Answers1

-1

I believe that you are not setting the layout constraints properly in the cell. Try adding top, bottom, left and right constraints to the objects in the cell.

Alvaro
  • 1,188
  • 13
  • 21