ios - Custom UITableView- Drawing multiple cells for each row for index path -


similar question custom uitableview - creating merged/combined rows

basically, i'd create table view there both single cells (from uitableviewcell subclass), , multiple-cell rows single cell rows repeated, plus ui connecting them.

the array i'm sending tableview:cellforrowatindexpath: holds object can either represent single row, or array of multiple rows. so, possible use tableview:cellforrowatindexpath: generate , insert multiple uitableviewcell objects single indexpath?

no. table views not designed work way. craft custom cell had multiple views inside representing sub-cells, difficult.

it sounds me want sectioned table view. not meet needs?

if sectioned table view won't want might want @ uicollectionview. more flexible.