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 的中间和另个 view 的边缘对齐的方法有没有 #193

Open TLQBlueWind opened 7 years ago

TLQBlueWind commented 7 years ago

你好请问现在有没有一个 view 的 中间(centerY或者centerX)和另一个 view 的边缘(top、bottom 或者 left、right)对齐的方法呢?