1

Please see image below, the image is currently done in HTML and CSS, I want to achieve similar result in UITableView, in some cells I want to show banner advertisement so I will to do some sort of rowspan for 3 cells, any clue how can I achieve this?

Please note the data is coming via webservice and it have scrollable pagination implemented, so making one custom cell containing group of cell ideas wont work, let me know how to achieve this, thanks.

enter image description here

Abhishek B
  • 148
  • 10

1 Answers1

0

Check this question. In a few words - move every cell to its own section and implement methods heightForHeaderInSection and viewForHeaderInSection for your tableView

Community
  • 1
  • 1
Maksym Musiienko
  • 1,248
  • 8
  • 16