您的位置:首页 > 其它

A multiplier of 0 or a nil second item together with a location for the first attribute creates an i

2015-12-28 19:43 1366 查看
今天遇到这个问题。百度了一下,有的说是 某个view 为nil,但是是我的情况不是。还是因为英语水平差啊。错误已经很明显的告诉我了 

A multiplier of 0 or a nil second item together with a location for the first attribute creates an illegal constraint of a location equal to a constant. Location attributes must be specified in pairs'

乘数(0)或零第二项与位置的第一个属性创建一个非法约束位置等于一个常数。位置属性必须指定成对的

[NSLayoutConstraint
constraintWithItem:self.frontimage

                                                    
attribute:NSLayoutAttributeTrailing

                                                    
relatedBy:NSLayoutRelationEqual

                                                       
toItem:self

                                                    
attribute:NSLayoutAttributeTrailing
multiplier:1.0 constant:0]
中的 multiplier 不能为0 。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: