Declared in UIImage+BarCodeKit.h

Overview

Helper methods for UIImage to generate bitmap images from BCKCode instances.

Tasks

Rendering Bitmaps

Class Methods

imageWithBarCode:options:

Creates a bitmap rendering of a BCKCode with rendering options.

+ (UIImage *)imageWithBarCode:(BCKCode *)barCode options:(NSDictionary *)options

Parameters

barCode

A BCKCode.

options

The rendering options.

Return Value

A UIImage with the bar code.

Declared In

UIImage+BarCodeKit.h