KILabel
KILabel copied to clipboard
attributedText not works
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???
With removing below line it considered alignment for me. attributedString = [KILabel sanitizeAttributedString:attributedString];