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

升级后存在些小问题 #75

Closed chadchentao closed 8 years ago

chadchentao commented 8 years ago

sizeToFit方法失效. 另外使用新版本后,View自定义动画有点慢,CPU的使用率比之前高不少

chadchentao commented 8 years ago

麻烦大牛来解决下

chadchentao commented 8 years ago

使用之前的版本,加载动画CPU使用率是40%左右,使用最新版后,CPU使用率达90+%

gsdios commented 8 years ago

下载最新代码测试下,SDAutoLayout的方法中有专门设置label的宽度自适应方法的,不需要在使用sizeToFit了