Cocoa-Touch-Barcodes
Cocoa-Touch-Barcodes copied to clipboard
NKDBarcode.m (Invalid specifier 'H' error)
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
Remove the '%' and it will build.
Can you make the change in the repo, so everyone has this change