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?
Here is how the data looks like for extra context (notice the parent
node is what creates the hierarchy):