当通过如下代码创建约束时,如何将水平约束的Respect Language Direction
属性设置为“YES”或“NO”:
NSLayoutConstraint *constraint = [NSLayoutConstraint constraintWithItem:self.tableView attribute:NSLayoutAttributeLeading relatedBy:NSLayoutRelationEqual toItem:self.view attribute:NSLayoutAttributeLeading multiplier:1.0 constant:10.0];
P.S。到目前为止,我可以在约束的项目下拉列表
下的Interface Builder
中设置此属性
答案 0 :(得分:3)
领先/尾随尊重语言方向。左/右没有。您只需要为正在进行的约束使用适当的属性。