我需要在cell.TextLabel.text之前和之后添加一行。以下是无效的代码。
cell.textLabel.lineBreakMode = NSLineBreakByWordWrapping;
cell.textLabel.textAlignment = NSTextAlignmentLeft;
cell.textLabel.numberOfLines = 0;
cell.textLabel.text = [NSString stringWithFormat:@"\n %@ \n",self.prompt];
感谢。
更新 不工作=没有新线/额外空间出现。
答案 0 :(得分:0)
您是否需要将numberOfLines设置为3?