In tableView:cellForRowAtIndexPath: I have the following:
tableView:cellForRowAtIndexPath:
cell.textLabel.text = @\"label\"; cell.detailTextLabel.text = @\"detail\";
When using Xcode 4.2, set the Table View Cell style to Subtitle in Storyboard. dequeueReusableCellWithIdentifier will return an instantiated cell.
dequeueReusableCellWithIdentifier