user5026700
user5026700

Reputation:

Is it possible to set expandable cell inside the expandable in tableview cell?

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

Answers (2)

Munahil
Munahil

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

SDS
SDS

Reputation: 211

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

Upvotes: 1

Related Questions