Search code examples
iosobjective-cuitableviewmulti-level

How Pre Expanded UITableview which is again having UITableview in UITableCell in IOS 8


I want two level list which is multi level UITableView. meaning A Tableview in IB, and having one prototype dynamic cell.

That cell is again having UITableView with its cell.

I have searched a lot... got Expanding header section. But I want pre expanded and never collapsed multi level UITableview.

Any link for ios 8, created using IB interface builder?


Solution

  • I have found and achieved pre expanded UITableview by IOS 8, IOS 9

    HVTableView

    enter image description here