Reputation:
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
Upvotes: 1
Views: 552
Reputation: 2419
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.
Upvotes: 0
Reputation: 211
You can use RATreeView for expandable cell as you want. RATreeView can expand cell as you want.
Upvotes: 1