getbouncer / cardscan-ios

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

Cancel scan function #13

Closed kingst closed 5 years ago

kingst commented 5 years ago

Add a new function that allows the caller to cancel a scan, optionally calling the "userCancelled" delegate function. Callers can use this to set timeouts and stop scanning once the timeout is reached. This PR also includes an example of how you can set a timeout in the example app.