What\'s the best way to have UITableView cells with multiple lines ? Let\'s say 5.. or 6 ?
Instead of textLabel and la detailTextLabel ? Should I create a custom sty
There is a method to accomplish this just using storyboard. First, select the cell and go to the attributes section on the right panel. The first option should be 'Style'. Change this from custom to basic. Now, in your cell you should see text that says 'Title'. Double click it and in the right panel you should be able to set the number of lines.