Also, if you want your label to have more space for such a few rows, you should probably allow rows of the table with higher heights. You can do this either by overriding
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
and returns the custom height for each row or by specifying the table rowHeight property, setting the total height of each row.
source share