Reputation: 45
I'm trying to set a self sizing collection view with some data but the cells will layout accordingly only after I tap on a cell and reload the data again. Tried with layoutIfNeeded() etc. but won't work.
Upvotes: 0
Views: 54
Reputation: 45
It works if I replace UICollectionViewCell with a plain UIView in the xib file.
Upvotes: 0