yeahdongcn / RSBarcodes

1D and 2D barcodes scanner and generators for iOS7 with delightful controls.
MIT License
383 stars 59 forks source link

Segues taking a long time to perform #27

Closed mjsevilla closed 9 years ago

mjsevilla commented 9 years ago

Hello. My code is set up so that when it a barcode is scanned it will segue to another view controller. When a barcode is scanned and read, it takes about 10 seconds before it segues into the next view controller. Is it supposed to take this long?

mjsevilla commented 9 years ago

I just had to put my UIKit code in an async block.