Possible Duplicate:
Objective-C package for generating barcodes?

I would like to generate a unique barcode out of my iPhone application.

The idea would be that my application would allow customers to sign up as a new member, and a digitized barcode would appear after their registration. This barcode would be tied to their customer details, so when they present their barcode I could scan it and retrieve their details from my database.

This barcode would be Code 128, and I would like to know how can I generate this barcode?

link|improve this question

0% accept rate
You need to at least try some code. I'll start you off with a link to easy-to-follow specs for Code128 on Wikipedia – Widor Nov 1 '11 at 11:49
feedback

closed as exact duplicate by Pablo Santa Cruz, bdares, Oded, Brad Larson, Gordon Nov 13 '11 at 12:20

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

Try Cocoa Touch Barcodes. It's an open source library that will do just that.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.