yeahdongcn / RSBarcodes

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

standalone ViewController with callback #16

Closed alyberty closed 10 years ago

alyberty commented 10 years ago

Added the possibility to create the RSScannerViewController from code and set up the RSCornersView automatically. Also added optional controls (return, change camera, torch). Interface is both iPhone/iPod and iPad compatible. You can also set a preferred camera position when creating the ViewController. - See sample Code It is intended as a drop in code, so you don't have to create your own interface for scanning a barcode.

yeahdongcn commented 10 years ago

Thank you!

alyberty commented 10 years ago

Could you release a new version, so it is available via Cocoapods?

yeahdongcn commented 10 years ago

pod 'RSBarcodes’, :git => 'https://github.com/yeahdongcn/RSBarcodes.git'

Use this for now and I will create new tag and PR for this new version.

Best wishes, R0CKSTAR✉

On Jul 15, 2014, at 10:53 PM, alyberty notifications@github.com wrote:

Could you release a new version, so it is available via Cocoapods?

— Reply to this email directly or view it on GitHub.