ios - Asymmetrical collection view layout with cells paired or solo -
i spending long time trying accomplish without ideas. have data model, need put collection view. main problem collection views not elastic.
the data model can in different structure similar this, , not symmetrical. can in other order but go down. difference side in index goes.
i have tried :
creating sections in each section gets 2 cells, when creating layout had problem single cell in section must on right side, , next on left. delegate's order opposite, , complications of moving cells around.
inserting cell specific index, can set section 2 indexes , insert cell index 1 directly , not 0 . (this impossible because max index should maximum
data.count
)
should build myself? these things possible collection view @ all?
Comments
Post a Comment