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

label的字体变模糊了。。 #159

Closed shunFSKi closed 7 years ago

shunFSKi commented 7 years ago

用sdautolayout布局后,为什么label的字体会变模糊了?

gsdios commented 7 years ago

确定和sd有关系,用系统自带api测试下效果看下,如果只有sd有问题的话在联系下我。

shunFSKi commented 7 years ago

是的,因为我的项目是部分页面使用sd布局,其他的之前使用的masonry,对比一看很明显,最近发现之后检查了一下,的确使用了sd的都会糊,我看了一下demo好像没有问题,目前还不知道是怎么回事

shunFSKi commented 7 years ago

还有就是,使用sd布局的label设置行数会失效?