gsdios / SDAutoLayout

One line of code to implement automatic layout. 一行代码搞定自动布局!支持Cell和Tableview高度自适应,Label和ScrollView内容自适应,致力于做最简单易用的AutoLayout库。The most easy way for autoLayout. Based on runtime.
MIT License
5.9k stars 1.28k forks source link

关于i0S 11基于UILayoutGuide布局 #229

Open LanYanQin opened 7 years ago

LanYanQin commented 7 years ago

因为iOS11布局有新的方式,我发现Masonry已经有基于UILayoutGuide去布局了,不知道SDAutoLayout准备何时改进。 https://github.com/cntrump/Masonry/commit/ca26cb1426fca2b61ba92702f544265e0bd01243 这是Masonry支持的地方

GrapeFruitJun commented 6 years ago

@LanYanQin 的确