BarCodeKit can generate lots of different kinds of 1D barcodes. The previous update coincided with the release the Barcodes with iOS book. This release rolls up a few tweaks and adds a new rendering option.
Changes
- ADDED: option to specify explicit barcode size
- FIXED: incorrectly named methods and comments not matching the class name
Thanks to Martin Kötzing and “ebaker355” for their contributions!
The new rendering options let you specify a higher resolution width or height as opposed to the one that get’s calculated from the multiple and minimum size. This is useful for when you want to render a barcode into a higher resolution image.
The update is available on Cocoapods and tagged on GitHub.
Also published on Medium.
Categories: Updates