forum

Home / DeveloperSection / Forums / Detail Text View of Cell not showing?

Detail Text View of Cell not showing?

Tarun Kumar172830-Jul-2015

Hi I started writing a split view app for iPad using the split-view template. In the root view controller (the table view on the left) I am trying to set the detail text label of the cells like this:

cell.detailTextLabel.text = [NSString stringWithFormat:@"%d",

indexPath.row];

However when I run the app only the main text label (the label on the left of the cell). There is nothing that shows up in the detail label.

What am I doing wrong?


Updated on 30-Jul-2015

Can you answer this question?


Answer

0 Answers

Liked By