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?