为了让我的应用程序更具响应性,我想设置标签的高度,以便在整个单元格上展开它。
现在是这样的:https://blazor.nl/uploads/get/cd6a93c852623266882afce5b480b804/IMG-0296
我该怎么做?
我的标签是cell.textLabel.text = [NSString stringWithFormat:@"%@", [self.alerts objectAtIndex:indexPath.row]];
由于
答案 0 :(得分:0)
您需要设置行数0.
cell.textLabel.lineBreakMode = NSLineBreakByWordWrapping;
cell.textLabel.numberOfLines = 0;