KyoheiG3 / AttributedLabel

Easy to use, fast, and higher performance than UILabel.
MIT License
524 stars 38 forks source link

I want to use AttributedLabel in dynamic cell. #11

Closed vkcldhkd closed 7 years ago

vkcldhkd commented 7 years ago

I want to use AttributedLabel in dynamic cell. However, the AttributedLabel must have a fixed height. AttributedLabel is too fast compared to UILabel, so I want to use it.

KyoheiG3 commented 7 years ago

Thank you for your new issue. I try to consider it.

KyoheiG3 commented 7 years ago

It was supported. Please use var intrinsicAutoLayout: Bool and check README about the flag.