klevison/KMAccordionTableViewController

Support with multiple Childs of Childs?

erolando opened this issue · 4 comments

Support with multiple Childs of Childs o levels?

-> Parent
-> Group Childrens
-> Childs

It supports whatever (UIView) you want as child.

like as this:

pygdy

Yeah, you can accomplish it with KMAccordionTableViewController, but you need to do something like this:

UITableViewController
-> KMAccordionTableViewController
-> UITableViewController
-> KMAccordionTableViewController
-> UITableViewController
-> etc..

You will, need to handle it programmatically and maybe it will be boring. :)

Any example of how to accomplish this??