KILabel icon indicating copy to clipboard operation
KILabel copied to clipboard

attributedText not works

Open malkabani opened this issue 7 years ago • 1 comments

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???

malkabani avatar Jun 06 '17 14:06 malkabani

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

eslami-mhmd avatar Sep 09 '18 19:09 eslami-mhmd