the google inbox app has a feature when select a cell the table will expand and insert a sublist table view. the sublist can also has sublist. How to implement this feature with tableview, collection view or custom view?
Asked
Active
Viewed 427 times
1 Answers
0
there are already some nice implementations like:

kresa
- 176
- 2
- 11
-
thanks for your answer, but google inbox is not just expand and insert some new cells, it expand and insert a new list or new scroll page. – Bobo Shone May 12 '15 at 09:08
-
in these implementations you can add whatever you like as expandable view too. you just have to customize that view. – kresa May 12 '15 at 09:11