Cocoa Touch Barcodes

码农软件 · 软件分类 · 其他(Others) · 2019-07-28 20:59:05

软件介绍

生成条码的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]; [Code4App.com]

本文地址:https://codercto.com/soft/d/11152.html

Convergence Culture

Convergence Culture

Henry Jenkins / NYU Press / 2006-08-01 / USD 30.00

"Convergence Culture" maps a new territory: where old and new media intersect, where grassroots and corporate media collide, where the power of the media producer, and the power of the consumer intera......一起来看看 《Convergence Culture》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具