约束在有问题的约束列表中只有一个约束

时间:2016-12-13 19:52:58

标签: ios swift autolayout nslayoutconstraint

我收到此错误

2016-12-13 17:55:51.948 ME[462:128656] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
    (1) look at each constraint and try to figure out which you don't expect;
    (2) find the code that added the unwanted constraint or constraints and fix it.
(
    "<NSLayoutConstraint:0x16fee810 H:[ME.Checkbox:0x16ff3060(0)]>"
)

我试图获得this(附加视频)行为,这实际上有效。 Checkbox是一个自定义UIButton,它为两个不同的状态设置了两个图像。 我将Checkbox的背景颜色更改为黄色,以便在模拟器中更清晰。

init() Checkbox中我将宽度约束为0,当我拖动文本气泡时,我通过约束的常量更改此值。 这些文本气泡是自定义的UITableViewCell,我有时只能得到这个错误。

它能成为什么?

附加代码:

此自定义视图已添加到contentView的{​​{1}},我使用自定义类添加约束。

UITableViewCell

0 个答案:

没有答案