HI, I have used barcode reader in iPhone and its working but i want to display the barcode after scanning in given UITextField or UILabel in iPhone, i am anable to do it please help me out to solve this prob开发者_高级运维lem.
Thanks Kunal
Seems like you'll need a barcode font, set the font and then draw the barcode "string" using that font. And only do this on iOS which allows custom fonts.
精彩评论