如题,请教一下使用autolayout时那一大堆Constraints放哪里
认证0级讲师
Just add the following lines of code
(BOOL)requiresConstraintBasedLayout {return YES;}
Just add the following lines of code
(BOOL)requiresConstraintBasedLayout {
return YES;
}