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

你好,我这里遇到个SDAutoLayout失效问题 #198

Closed DevHuang closed 7 years ago

DevHuang commented 7 years ago

你好 我在项目里集成SDAUtoLayout之后 今天早上过来打开项目 约束全部失效了

gsdios commented 7 years ago

检查下是不是你新添加了某些类库用到了对load方法有误操作导致

DevHuang commented 7 years ago

在一个.m文件里同时使用了iOS原生布局和SD