Krelborn / KILabel

A simple to use drop in replacement for UILabel for iOS 7 and above that highlights links such as URLs, twitter style usernames and hashtags and makes them touchable.
MIT License
470 stars 133 forks source link

attributedText not works #74

Open malkabani opened 7 years ago

malkabani commented 7 years ago

Hi

I have table cell with KILabel inside it. I try to set attributedText for this label by adding text alignment for some lines. But it is not works. When try to use normal Label with it it works fine.

Can you help me please???

eslami-mhmd commented 5 years ago

With removing below line it considered alignment for me. attributedString = [KILabel sanitizeAttributedString:attributedString];