OHAttributedLabel icon indicating copy to clipboard operation
OHAttributedLabel copied to clipboard

lineSpacing not working

Open bsv-trungnguyen opened this issue 9 years ago • 1 comments

here is my code: OHParagraphStyle* paragraphStyle = [OHParagraphStyle defaultParagraphStyle]; paragraphStyle.lineSpacing = 0; paragraphStyle.textAlignment=kCTJustifiedTextAlignment; [attributedString setParagraphStyle:paragraphStyle range:NSMakeRange(0, attributedString.length)]; cell.bodyOHAttributedLabel.attributedText = attributedString;

bsv-trungnguyen avatar Jun 25 '15 04:06 bsv-trungnguyen

Have you solved this problem? @bsv-trungnguyen

huangjunsong avatar Dec 13 '16 09:12 huangjunsong