Reputation: 129
I have a client that would like this implemented: https://i.sstatic.net/BV0em.png
X expandable views each with a scrollable tableview with Y cells. The main view is not scrollable. If i tap Drawer C then Drawer A should collapse and Drawer C should expand.
I've seen similar constructs, but not with tableviews inside, so I don't know exactly how to go around this.
What's the best approach to this?
1) A tableview with "inner" tableviews
2) Multiple customs views with a button and a tableview
3) Something other?
How would you implement this?
Thx!
Upvotes: 0
Views: 688
Reputation: 1526
I have done this type of implementation but dont carry source code with me.. still i can guide u the way i did it... i will explain u the way i did and considering ur example image.
Upvotes: 4