美文网首页
SB或Xib布局专治代码修改frame

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

作者: VidarChoi | 来源:发表于2018-07-17 16:17 被阅读8次

    重写父类函数

    UIView:

    - (void)layoutSubviews{ 

     [super layoutSubviews];

    }

    UIViewController:

    - (void)updateViewConstraints{

        [super updateViewConstraints];

    }

    相关文章

      网友评论

          本文标题:SB或Xib布局专治代码修改frame

          本文链接:https://www.haomeiwen.com/subject/ighgpftx.html