我想使用以下代码将标签视图粘贴到滚动视图的右侧 无论是风景还是第二代,都会得到以下错误。
查看没有为约束准备的层次结构。 约束: 容器层次: > 在容器层次结构中找不到视图:; layer =; contentOffset:{0,0}> 该视图的超级视图:>
[descriptionLabel addConstraint:[NSLayoutConstraint constraintWithItem:self.scrollView
attribute:NSLayoutAttributeTrailing
relatedBy:NSLayoutRelationEqual
toItem:descriptionLabel
attribute:NSLayoutAttributeTrailing
multiplier:1.0
constant:0.0]];