ios - In a UICollectionView, how can I get my cells to autolayout BEFORE they appear on screen? -


i have uicollectionview self sizing cells. when scroll through collection can see cells resizing @ bottom of screen.

is there way can cells resize before appear?

i using flow layout , cells contain 3 labels. using estimateditemsize.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -