Al Ex
Al Ex

Reputation: 45

Self sizing collection view cell size problem

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.

initial load after reloading data

Upvotes: 0

Views: 54

Answers (1)

Al Ex
Al Ex

Reputation: 45

It works if I replace UICollectionViewCell with a plain UIView in the xib file.

Upvotes: 0

Related Questions