performance - Improving speed of barcode scanning iOS8 -


in ios8 inform types of barcode should recognized indicated below.

self.acceptedbarcodetypes = [nsmutablearray new]; [self.acceptedbarcodetypes addobject:@"org.iso.qrcode"]; [self.acceptedbarcodetypes addobject:@"org.iso.pdf417"]; [self.acceptedbarcodetypes addobject:@"org.gs1.upc-e"]; [self.acceptedbarcodetypes addobject:@"org.iso.aztec"]; [self.acceptedbarcodetypes addobject:@"org.iso.code39"]; [self.acceptedbarcodetypes addobject:@"org.iso.code39mod43"]; [self.acceptedbarcodetypes addobject:@"org.gs1.ean-13"]; [self.acceptedbarcodetypes addobject:@"org.gs1.ean-8"]; [self.acceptedbarcodetypes addobject:@"com.intermec.code93"]; [self.acceptedbarcodetypes addobject:@"org.iso.code128"]; 

if reduce number of types having performance enhancement in terms of barcode recognition or doesn't matter?


Comments

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -