Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo项目出现约束冲突 #280

Closed
1037390459 opened this issue Feb 17, 2017 · 1 comment
Closed

Demo项目出现约束冲突 #280

1037390459 opened this issue Feb 17, 2017 · 1 comment

Comments

@1037390459
Copy link

"<NSLayoutConstraint:0x79dba220 UITableViewCellContentView:0x79880af0.width == 280 (active)>",
"<NSLayoutConstraint:0x798b47b0 'UIView-Encapsulated-Layout-Width' UITableViewCellContentView:0x79880af0.width == 286 (active)>"
发现源码添加的约束与系统生成的宽度约束冲突了,[cell.contentView addConstraint:widthFenceConstraint];这里是不是应该设置下优先级?

@weekwood
Copy link
Member

You can try the temporary solution in #291, the issue fix will come in next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants