yeahdongcn / RSBarcodes

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

Call [super init] in RSScannerViewController `initWithCornerView:controlView:barcodesHandler:` #19

Closed Pretz closed 9 years ago

Pretz commented 9 years ago

Xcode 6 now warns about missing calls to super. I'm surprised it worked without calling super!

Also fix an empty viewDidAppear: in the demo, which caused another analyzer warning.

yeahdongcn commented 9 years ago

Thanks!