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

NSMutableAttributedString字符串居中问题 #168

Closed PreAnti closed 7 years ago

PreAnti commented 7 years ago

623107d7 403bcb8e14 bbe39a58_recompress 你好,如上图所示是你们SDAutoLayoutDemo里DemoVC4.m里的源码,红框里是我自己加进去的,但是运行起来后文字并没有居中显示。如下图所示: 3090ae3c9f4318414e39107fcce9e0f8

gsdios commented 7 years ago

sd中富文本布局用到了系统的sizeToFit函数,label自身的宽度会根据文本实际宽度调整导致看起来文字好像不居中,可以加上minWidth约束限制文本的宽度