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

版本1.5.2发现的问题:UILabel的自适应高度在iOS7.1里不能正确计算,高度值总是0 #67

Closed qimuya3 closed 8 years ago

qimuya3 commented 8 years ago

版本1.5.2发现的问题:UILabel的自适应高度在iOS7.0里不能正确计算,高度值总是0。 出现场景:iOS7.1 , iphone4 在重载的UITableViewCell里,使用UILabel并让其自适应高度,发现其高度计算结果总是0。但是,使用1.3.1版本的SDAutolayout是没有问题的,高度能够正确计算。

qimuya3 commented 8 years ago

在1.53版本里解决了该问题,感谢。