Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

NKDBarcode.m (Invalid specifier 'H' error) #13

@BrokenHomeStudiosLLC

Description

@BrokenHomeStudiosLLC

Line 317 of NKDBarcode.m

return [NSString stringWithFormat:@"\n\tBarcode Class: %@\n\tContent: %@\n\tCheck Digit:%c\n\tWidth:%f\n\t%Height:%f\n\tBar Width:%f\n\tFont Size:%f\n\tCaption Height:%f",
    [self class],
    [self content],
    [self checkDigit],
    [self width],
    [self height],
    [self barWidth],
    [self fontSize],
    [self captionHeight]];

Height has a '%' behind the 'Height' this causes error for me and can not build

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