0

How can I generate a barcode for unique user with few other details in Xcode (iphone) ?

for e.g. user - joe Bloggs received 100 points

I would like create a barcode for joe bloggs with 100 points.

Thanks

Savi
  • 167
  • 1
  • 9

1 Answers1

0

You can use the following library free on github: https://github.com/netshade/Cocoa-Touch-Barcodes.

Mika
  • 5,807
  • 6
  • 38
  • 83