I can\'t seem to get the text to actually span multiple lines. The heights look correct. What am I missing?
- (UITableViewCell *)tableView:(UITableView *)tableVi
myLabel.numberOfLines = 2;
Check the docs for full info on how to use this property.