getbouncer / cardscan-ios

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

Scan View Controller Localization #18

Closed gorkaertzilla closed 5 years ago

gorkaertzilla commented 5 years ago

Hi! Could you add some initialization or method to change the texts in Scan View Controller? Thanks!

kingst commented 5 years ago

We have one already -- we just haven't added documentation. If you implement the ScanStringsDataSource protocol you can customize the strings.

You can see an example of how to use this protocol here.

gorkaertzilla commented 5 years ago

Sorry, I had an old version of the pod and did not find it. Thank you!