myLabel.numberOfLines = 2;
Check the docs for full info on how to use this property.
Rob Napier
2009-08-05 14:35:14
myLabel.numberOfLines = 2;
Check the docs for full info on how to use this property.
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
{
return theSizeYouWantYourCellToBe;
}