如何在情节提要中的 UILabel 的右边缘添加前导约束?
Posted
技术标签:
【中文标题】如何在情节提要中的 UILabel 的右边缘添加前导约束?【英文标题】:How to add leading constraint to the right edge of the UILabel in storyboard? 【发布时间】:2014-04-15 11:17:31 【问题描述】:我怎样才能在情节提要中实现这一点?
[cell addConstraint:[NSLayoutConstraint constraintWithItem:nameLabel
attribute:NSLayoutAttributeRight
relatedBy:NSLayoutRelationEqual
toItem:cell.contentView
attribute:NSLayoutAttributeLeft
multiplier:1.0
constant:200.0]];
【问题讨论】:
【参考方案1】:很容易,在情节提要中,控制单击视图并拖动到另一个视图。然后点击右侧约束的设置:
然后点击选择和编辑,这将带您进入约束设置:
【讨论】:
太好了,所以我将检查器中标签上的约束从前导更改为尾随,它可以工作。谢谢! 没有问题,很高兴我能帮上忙。以上是关于如何在情节提要中的 UILabel 的右边缘添加前导约束?的主要内容,如果未能解决你的问题,请参考以下文章
如何根据自适应布局和情节提要使 uitableviewcell 中的 uilabel 相对于设备进行包装
从情节提要加载 UILabel,无法更改 cellForRowAtIndexPath 中的框架