重写父类函数
UIView:
- (void)layoutSubviews{
[super layoutSubviews];
}
UIViewController:
- (void)updateViewConstraints{
[super updateViewConstraints];
}
重写父类函数
UIView:
- (void)layoutSubviews{
[super layoutSubviews];
}
UIViewController:
- (void)updateViewConstraints{
[super updateViewConstraints];
}
本文标题:SB或Xib布局专治代码修改frame
本文链接:https://www.haomeiwen.com/subject/ighgpftx.html
网友评论