getbouncer / cardscan-ios

A library for scanning credit and debit cards
MIT License
207 stars 66 forks source link

Expose camera start function #41

Closed kingst closed 5 years ago

kingst commented 5 years ago

This PR sets up the base view controller so that it starts in a paused state by default and any classes that inherit from it need to explicitly start the camera by calling the startCameraPreview method. The ScanViewController does this during didLoad but other VCs can do this later if they choose.

jaimejiyepark commented 5 years ago

loooks AMAZING #shipit