SB或Xib布局专治代码修改frame

重写父类函数

UIView:

- (void)layoutSubviews{ 

 [super layoutSubviews];

}

UIViewController:

- (void)updateViewConstraints{

    [super updateViewConstraints];

}

你可能感兴趣的:(SB或Xib布局专治代码修改frame)