ios - UICollectionViewFlowLayout: Cells with different widths, but same interitem spacing -


i have uicollectionview uicollectionviewflowlayout , cells have different widths. want cells float left , have same spacing between them. don't care if there white spacing on right of every row. ideas? thanks!

thank much!

enter image description here

you have implement custom uicollectionviewflowlayout, , override method:

- (nsarray *)layoutattributesforelementsinrect:(cgrect)rect 

similar question has been asked here: left align cells in uicollectionview


Comments

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

java - Two interface have same method name with different return type -

javascript - Linking from page A to a specific iframe on page B -