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

可以动态布局吗? #103

Closed Humein closed 8 years ago

Humein commented 8 years ago

我在cell上加了一个label和一个button,button存在时,label与button的间距是20,button不存在时,label到cell右侧间距是20,

gsdios commented 8 years ago

需要更新约束

Humein commented 8 years ago

更新了 但是滑动列表时候,布局有时候会变乱。难道是我更新时机不对?