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

基于中心或者右边的可变宽度的自动布局体验很差! #222

Closed colin-liu closed 7 years ago

colin-liu commented 7 years ago

我尝试将按钮基于view中心线对齐,然后使用setupAutoWidthWithRightView:rightMargin:方法根据按钮的titleLabel自动布局,运行后不会崩溃,但是就卡在页面,什么都动不了。

基于view右侧对齐的效果同样。 望给出解决方案!谢谢!

gsdios commented 7 years ago

我验证了一下没有发现问题,你先参照demo1看下。如果还是有问题把你的代码发我邮箱gsdios@126.com看下