0

My functionality is like records will appear categorized by date which can be further expanded .

AnishGupta
  • 204
  • 1
  • 2
  • 8
  • better u can create menu tableview like this http://stackoverflow.com/questions/14437413/how-to-style-uitableview-to-create-pretty-menu – Shankar BS Oct 22 '13 at 06:49
  • if u want to add tableview inside of tableview cell see this link http://stackoverflow.com/questions/17398058/is-it-possible-to-add-uitableview-within-a-uitableviewcell – Shankar BS Oct 22 '13 at 07:11

2 Answers2

1

You have to Add another table in section. and also handle numberOfRow,Section by its name.

Mihin
  • 320
  • 1
  • 15
0

You can use a custom cell in order to divide a single cell into different parts.

emreoktem
  • 2,409
  • 20
  • 36