Hello,
I need to show barcode string(example :1001847983) into barcode image in A UIView.Does the iPhone SDK supports barcode fonts ? I don't need reading the barcode, I just want to show the string in barcode lines.
Thanks In advance Raghu
Hello,
I need to show barcode string(example :1001847983) into barcode image in A UIView.Does the iPhone SDK supports barcode fonts ? I don't need reading the barcode, I just want to show the string in barcode lines.
Thanks In advance Raghu
No, there is no built-in way to display barcodes. You'll have to create a custom view to convert and display them yourself. Simplest way would probably be to make each black line an opaque, empty UIView and add a lot of them with the correct frames to a UIView subclass.
Built-in iPhone fonts are here:
Learn how to add custom fonts to your app
http://stackoverflow.com/questions/360751/can-i-embed-a-custom-font-in-an-iphone-application
Then find yourself a barcode font