Skip to content

Crashes when adding an NSParagraphStyleAttributeName #3

Description

@dhadauzair

I added code as below:
NSMutableParagraphStyle *style = [[[NSMutableParagraphStyle alloc] init] autorelease];
[style setLineSpacing:5.0];
[attributeStr addAttribute:NSParagraphStyleAttributeName value:style range:NSMakeRange(0, [blankStateStr length])];

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