guys, I’m trying to realize viewing comments on internet portal and I’m using UITableView. Comments have structure like tree, for example:
– one comment
— in reply: second comment
— in reply: second comment
—in reply to reply ….
I’ve tried to use custom table view cell, but it isn’t replacing uilabel like usual view. I’ve tried to make subtitled cell, but replacing isn’t working with cell.textLabel.bounds.
Have you any ideas?
I have author name, comment level and comment text of all comments in NSDictionary.
Thank you very much.
Add a UILabel to your table view cell, then set the frame of the label according to the indent level. i.e. something like: