I have UITableView that will have several child UITableViews which may also have 1 or 2 childs each.
I want to create a plist to keep track and structure all the cell names and stuff.
Man view -> Child -> Child -> Child -> Detail
What is the best way to structure this? Array or Dictionary?