标签: ios uitableview swift pure-layout
从技术上讲,约束不会中断,但它们会按预期停止工作。我已经分享了PureLayout的iOS 8 AutoLayout示例来复制此问题。简而言之,我有一个带有自定义单元格的UITableView,如下所示:
添加
self.accessoryType = UITableViewCellAccessoryType.DisclosureIndicator
它看起来像这样:
注意标题和单元格主体之间的差距。
https://github.com/marcus30/TableViewCellWithAutoLayoutiOS8