astrokin / EAN13BarcodeGenerator

Simple and performance solution to generate EAN13 barcode for iOS applications

Home Page:http://iapps.by

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EAN13BarcodeGenerator

CI Status Version License Platform

Simple and performance solution to generate EAN13 barcode for iOS applications

alt tag

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

#import "BarCodeView.h"
#import "BarCodeEAN13.h"

BarCodeView *barCodeView = [[BarCodeView alloc] initWithFrame:kBarCodeFrame];
[self.view addSubview:barCodeView];
[barCodeView setBarCode:GetNewRandomEAN13BarCode()];
import EAN13BarcodeGenerator

let barCodeView = BarCodeView(frame: CGRect(x: 103.0, y: 155.0, width: 113.0, height: 100.0))
view.addSubview(barCodeView)
barCodeView.barCode = GetNewRandomEAN13BarCode()

If you need any additional functionality please contact me.

If you have any questions don't hesitate to contact me.

Have a nice day! =)

Requirements

iOS 8+

Installation

EAN13BarcodeGenerator is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'EAN13BarcodeGenerator'

Author

Alexey Strokin, alex.strok@gmail.com

License

EAN13BarcodeGenerator is available under the MIT license. See the LICENSE file for more info.

About

Simple and performance solution to generate EAN13 barcode for iOS applications

http://iapps.by

License:MIT License


Languages

Language:Objective-C 89.3%Language:Ruby 7.0%Language:Swift 3.3%Language:C 0.4%