我收到此错误
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