What is the simples way to create a detailTextLabel in my cells??
i have tried this:
Code:
cell.detailTextLabel.text = [NSString stringWithFormat:@"This cell is in section: %i", indexPath.section];
But nothing shows up, just the cell picture and the main cellLabel.
How is this done in a simple manner??
Please help.
Thank you.