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

如何让一个view的bottom和另一个view的centerY对齐,or一个view的left和另一个view的centerX对齐? #76

Closed gaoyangclub closed 8 years ago

gaoyangclub commented 8 years ago

原生的autoLayout和snapKit对齐方式可以实现一个view的某个属性对齐另一个view的其他属性这种方式,在SDAutoLayout中该怎么实现?

gsdios commented 8 years ago

SDAutoLayout目前尚无实现此类方法,以后的版本会根据需求程度的大小依次补充完善。