Drill down hierarchical data with UITableView
问题 I want to build an app to navigate a data hierarchy. The structure of this hierarchy is something like the one I'm showing in the following image. A branch of the structure could have more levels than the others. I would like to drill-down this structure with TableViews like this: A > AA > AAB > AABA or A > AB > ABA What I would like to know is if I can have only one TableViewController in my storyboard and reuse it to display each new level of data? I don't want to have a bunch of