I am using the following code to add the next line in the same same but i am not getting the output.
cell.detailTextLabel.text= [self.dataArray1 objectAtIndex:indexPath.row];
where dataarray1 is the following array.
self.dataArray1 = [NSArray arrayWithObjects:@"sugar : 1 teaspoon", @"salt : 1 teaspoon",@"sugar : 1 teaspoon", @"salt : 1 teaspoon",@"sugar : 1 teaspoon", @"salt : 1 teaspoon",@"sugar : 1 teaspoon", @"salt : 1 teaspoon",nil];
how can i add the more content in the same cell of table view.