Cocoa-Touch-Barcodes icon indicating copy to clipboard operation
Cocoa-Touch-Barcodes copied to clipboard

Fork of Jeff Lamarche's original barcode generator library at http://code.google.com/p/cocoabarcodes/

Results 6 Cocoa-Touch-Barcodes issues
Sort by recently updated
recently updated
newest added

Hi, I went through a few forks that have reasonable commits which are useful for everyone and merged them in my fork. This pull request should merge changes of the...

Error: CGContextSetAllowsAntialiasing: invalid context 0x0. This is a serious error. This application, or a library it uses, is using an invalid context and is thereby contributing to an overall degradation...

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...

Cocoa-Touch-Barcodes is not generating codabar barcodes correctly. They won't scan. My guess is you're missing a digit in NKDCodabarBarcode.m. In the switch statement there, you're adding the extra intercharacter space...

Hi, I'm trying to generate code 128 A or B barcode with 7 digit like 3144798 (not a code 128C because I need to have 7 digit not 8) and...

[__NSCFConstantString swapParity]: unrecognized selector sent to instance 0x120a28 It happens in the file NKDEAN13Barcode.m in the line [theReturn appendString:[[self _encodeChar:contentString[i]] swapParity]]; I get the error with all EAN- and UPCA-barcode...