views:

6

answers:

0

Hi,

I want to add text to a specific UITableViewCell in addition to the cells text, like "sub-text" to the cell.

How can I do that?

If I use cell.textLabel.text it applies to the whole tableView

Thanks!