Cocoa Touch Barcodes

程序名称:Cocoa Touch Barcodes

授权协议: 未知

操作系统: iOS

开发语言: Objective-C

Cocoa Touch Barcodes 介绍

生成条码的iOS类库。
开发者注:测试很简单。
self.view.backgroundColor = [UIColor whiteColor];
UIImage image = [UIImage imageFromBarcode:[[NKDEAN13Barcode alloc]
initWithContent:@“6917878002446”]];
UIImageView
imageview = [[UIImageView alloc] initWithImage:image];
imageview.frame = CGRectMake(10, 10, image.size.width,image.size.height*2);
[self.view addSubview:imageview];
[imageview release]; [jb51.cc]

Cocoa Touch Barcodes 官网

https://github.com/netshade/Cocoa-Touch-Barcodes

相关编程语言

Acapela TTS 是一个为 iPhone 和 iPad 开发的 TTS 引...
二维码(QR Code)扫描静态库,扫描效率较高。
RegexKitLite 是一个轻量级的 Objective-C 的正则表...
一款基于ASIHttpReques开源的仿迅雷多线程断点续传功...
实现动态检测网络(wifi)状况,不需要用户手动刷新...
使用iphoneSDK官方NSXMLParserDelegate做的简单xml解...