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

autoHeightRatio 引起 CPU 占用率过高 卡顿问题 #141

Closed redoca closed 7 years ago

redoca commented 7 years ago

UILabel 使用 autoHeightRatio 方法时,当UILabel 内容多时,出显 CPU 占用率过高 屏幕卡顿现象;

gsdios commented 7 years ago

先在demo多加些文字测试下,还有问题的话继续反馈下