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

给tableCell设置高度自适应,且文本使用NSMutableAttributedString的问题 #136

Closed crixusshen closed 7 years ago

crixusshen commented 8 years ago

给tableCell设置高度自适应autoHeightRatio(0),且文本采用NSMutableAttributedString构建,此时在tableView上下滚动的时候文本位置会发生偏移。

gsdios commented 7 years ago

label的isAttributedContent设置为yes了吗