0

I want to create tableview inside a tableviewcelllike submenu.Right now i am using SWRevealviewController to open a sidemenu on Single ViewController screenshot below.

enter image description here

Right now i am using custom tableviewcell in in tableview.my question is how to create tableview inside one cell. For Example Home->submenu1,submenu2 ,TaskManagement->submenu1,submenu2.

Any suggestions are most welcome Thanks

viratpuar
  • 524
  • 1
  • 5
  • 22
  • 1
    for sub menu you can do with a single table with section as `Home`, and rows for that section as `submenu1, submenu2` – Venk Mar 04 '16 at 04:53
  • 1
    Or u can insert custom row that look like sub menu (increase padding to left, smaller,...) – Tj3n Mar 04 '16 at 05:03
  • use sections to do this.or else if you want to use it try this link http://stackoverflow.com/questions/17398058/is-it-possible-to-add-uitableview-within-a-uitableviewcell – caldera.sac Mar 04 '16 at 07:33

0 Answers0