Display hierarchy of data in iOS?

230 Views Asked by At

I'd like to display a hierarchy of data in my iOS 8 app. It is actually for displaying comments from a website (see screenshots).

I thought about using a UITableView, but it doesn't seemed to be design for this use. Is there a better UI control I should use or custom one that is made for this?

enter image description here

Here is how the data looks like for extra context (notice the parent node is what creates the hierarchy): enter image description here

0

There are 0 best solutions below