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

技术交流 #33

Closed netyouli closed 8 years ago

netyouli commented 8 years ago

你这是基于frame布局我写了一款基于autolayout布局 WHC_AutoLayoutKit:https://github.com/netyouli/WHC_AutoLayoutExample WHC_AutoLayoutKit设计思想借鉴android相对布局和线性布局(垂直和横向) 高度和宽度可按容器权重weight自动拉伸(一排很多视图时或者垂直方向很多视图时)

gsdios commented 8 years ago

嗯,看到了,很不错的。