为什么会这样?我顺便说一句,我没有使用IB。
CODE:
cell = self.tableView.dequeueReusableCellWithIdentifier("NormalCell") as UITableViewCell
cell.textLabel?.lineBreakMode = NSLineBreakMode.ByWordWrapping
cell.textLabel?.numberOfLines = 0
cell.textLabel?.text = items[indexPath.row]["text"] as? String
图片:
答案 0 :(得分:0)
您需要正确设置约束。看看下面的截图!
1)设置约束
2)检查表属性
3)运行项目!就是这样!
如果您有任何其他问题,请与我们联系!