Autolayout Example With Masonry 用Masonry实现的Autolayout示例。 博客 有趣的Autolayout示例-Masonry实现 讲解了Case1到Case3 有趣的Autolayout示例2-Masonry实现 讲解了Case4到Case6 有趣的Autolayout示例3-Masonry实现 讲解了Case7到Case9 Case1: 并排两个label,宽度由内容决定。父级View宽度不够时,优先显示左边label的内容 Case2: 四个ImageView整体居中,可以任意显示、隐藏 Case3: 子View的宽度始终是父级View的一半(或者任意百分比) Case4: 动态高度UITableViewCell,附加简单的高度缓存 Case5: topLayoutGuide和bottomLayoutGuide使用案例 Case6: 自定义baseline效果 Case7: 给UITableView加上简单的Parallax视差效果Header Case8: 实时改变UITableViewCell的高度 Case9: 等间距View