Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Arwin Singh
Courses Plus Student 3,683 PointsGenerating barcodes
How do I generate a barcode in xcode? I want a list of items and when I click on an item, I want a barcode to appear.
1 Answer

Milan Vit
Courses Plus Student 8,215 PointsHave you had a look at one of these libraries yet? Cocoa Touch Barcodes and RSBarcodes in particular look like they might do just what you need!
Arwin Singh
Courses Plus Student 3,683 PointsArwin Singh
Courses Plus Student 3,683 PointsThanks for your answer! How would I actually put these into xcode?