除了使用Storyboard之外,也可以使用使用代码的方式,动态的向指定的UIView,添加约束. 例如有两个UILabel:someLabel,otherLabel 首先用代码实例化,两个控件 self.someLabel = [[UILabel alloc]initWithFrame:CGRectZero]; self.someLabel.translatesAutoresizingMaskIntoConstraints = NO; [self.view addSubview:self.in…