swift - ios UICollectionView layout (margin and move of sections) -
as can see, second section's first bubble margined space in left.
i using uicollectionview, , think answer should uicollectionviewflowlayout. want know:
(1) how make rows have left margin
(2) how make rows lifted little after adding left margin it.
thank much!! please me out!!
check if cell of collection view in row (indexpath.row % 2 == 0) in cellforitematindexpath method. add padding position.


Comments
Post a Comment