Skip to content

lineSpacing not working  #188

@bsv-trungnguyen

Description

@bsv-trungnguyen

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions