添加accessoryType后,iOS 8 UITableViewCell约束中断

时间:2015-04-28 19:01:02

标签: ios uitableview swift pure-layout

从技术上讲,约束不会中断,但它们会按预期停止工作。我已经分享了PureLayout的iOS 8 AutoLayout示例来复制此问题。简而言之,我有一个带有自定义单元格的UITableView,如下所示:

enter image description here

添加



self.accessoryType = UITableViewCellAccessoryType.DisclosureIndicator




它看起来像这样:

enter image description here

注意标题和单元格主体之间的差距。

https://github.com/marcus30/TableViewCellWithAutoLayoutiOS8

0 个答案:

没有答案