By default there is no tree widget. Basically, this is not so, because you do not really need one and most cases, which should probably be avoided.
A table navigation controller is the most common way to navigate down nodes in a hierarchy / tree.
It's hard to pick up a tree, such as the controls that we have on our desktop computers in the touch world, where you have huge fingers (so huge nodes) and the nodes are offset to show depth, there is not much space left. Adding it to the iOS environment would create a weird UX stream, so I would probably rethink my design stream if I think I need it.
If you need to fake it, you can use the table view and shift the left side of each sub-element using some addition to show the depth.
Zac bowling
source share