Skip to content

limitToNumberOfLines issue #11

Description

@qipei

Just replace the code at line 417---422 in MTLabel.m file with following code
//Check to see if our index didn't exceed the text, and if should limit to number of lines
if ((currentIndex + lineLength >= [_text length]) ||
(_limitToNumberOfLines && count >= _numberOfLines-1)) {
shouldDrawAlong = NO;

    }

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