AliSoftware / OHAttributedLabel

UILabel that supports NSAttributedString
https://github.com/AliSoftware/OHAttributedLabel/wiki
1.51k stars 344 forks source link

lineSpacing not working #188

Open bsv-trungnguyen opened 9 years ago

bsv-trungnguyen commented 9 years ago

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;

huangjunsong commented 7 years ago

Have you solved this problem? @bsv-trungnguyen