• 2023-02-25Autolayout代码编写基本使用
    第一种代码如下:UIView*redView=[[UIViewalloc]init];redView.translatesAutoresizingMaskIntoConstraints=NO;redView.backgroundColor=UIColor.redColor;[self.v
  • 2023-02-05AutoLayout进阶
    1.AutoLayout的contenthugging/ compressioinresistance内容吸附和压缩阻力  简单理解:防止被拉大 防止被压缩 可以理解为 intrinsiccontentsize的优先级 con
  • 2022-12-16Masonry介绍与使用实践(快速上手Autolayout)
    前言MagicNumber->autoresizingMask->autolayou以上是纯手写代码所经历的关于页面布局的三个时期在iphone1-iphone3gs时代window的size固定为(320,480)我们只需