如题,请教一下使用autolayout时那一大堆Constraints放哪里
认证0级讲师
加上下面这几句代码就行了
(BOOL)requiresConstraintBasedLayout {return YES;}
加上下面这几句代码就行了
(BOOL)requiresConstraintBasedLayout {
return YES;
}