SB或Xib布局专治代码修改frame
2018-07-17 本文已影响8人
VidarChoi
重写父类函数
UIView:
- (void)layoutSubviews{
[super layoutSubviews];
}
UIViewController:
- (void)updateViewConstraints{
[super updateViewConstraints];
}
重写父类函数
UIView:
- (void)layoutSubviews{
[super layoutSubviews];
}
UIViewController:
- (void)updateViewConstraints{
[super updateViewConstraints];
}