ios - Pairs of cells in columns in a custom UICollectionView layout -
i'm trying make collection view.
| imageview |
|label| |value|
|label| |value|
so far have been able display 2 sections (the first being image view, second being label), i'm lost @ how add second column second section. i've been looking around how i've seen how make same type of cell displayed in columns.
should these labels , values different sections create different custom cells? , should using uicollectionviewflowlayout display 2 different sections side side?
you can make image view supplementary view of collection view. here tutorial can show how that.
Comments
Post a Comment