SDAutoLayout icon indicating copy to clipboard operation
SDAutoLayout copied to clipboard

One line of code to implement automatic layout. 一行代码搞定自动布局!支持Cell和Tableview高度自适应,Label和ScrollView内容自适应,致力于做最简单易用的AutoLayout库。The most easy way for autoLayout. B...

Results 104 SDAutoLayout issues
Sort by recently updated
recently updated
newest added

老项目用的是Masonry,但是现在再集成SDAutoLayout就冲突了,直接崩溃

设置heightIs()没有效果,还是默认的1高度

什么时候适配IphoneX?

![image](https://user-images.githubusercontent.com/14145672/38169814-ec4681a8-35a6-11e8-8211-8a8e39ef4821.png) xcode版本:9.3

typedef SDAutoLayoutModel *(^SameWidthHeight)(); 会出现 This block declaration is not a prototype pod:1.4.0 xcode 9.2(9c40b)

UIlabel放在UIscrollview上,当UIlabel的内容很多,并且有很多换行符\n的时候,滑动scrollview就会非常的卡,最低掉帧掉到个位数,但是如果没有换行符的话就不会掉帧掉的太厉害,请问这是为什么呢,有办法优化吗

能不能在自动计算出label的高度后再加一定的宽度或高度?有这样的需求。

uibutton内部布局有问题 妄尽早解决