1

I have tried to set expandable cell inside the expandable cell in table view cell, Is this possible to set?

My requirement is in TableView like this.

ex:

Name1     
    Age
       25
Name2
    Age
       27
Name3
    Age
       28
Sathiya Kumar V M
  • 507
  • 12
  • 34

2 Answers2

1

You can use RATreeView for expandable cell as you want. RATreeView can expand cell as you want.

SDS
  • 211
  • 1
  • 7
0

Yes, it is possible to achieve this. You can look into these github Projects for further details :

Also a very good explaination of this can be found in this stackoverflow's post.

Community
  • 1
  • 1
Munahil
  • 2,381
  • 1
  • 14
  • 24