TableView中的字幕单元格在iOS 10.3中的大小不合适

时间:2018-03-07 11:01:43

标签: ios swift xcode uitableview

我已将TableViewCell添加到接口构建器中样式设置为TableView的{​​{1}}。

enter image description here

这是我在表视图的委托方法

中设置单元格的相关代码
subtitle

它在运行iOS 11的模拟器中运行良好。但对于iOS 10.3,单元格似乎被推到了一起。无论如何我可以解决这个问题吗?

这就是在iOS 10.3(左)和iOS 11(右)

上构建相同代码的方式

enter image description here

0 个答案:

没有答案