Lopdo / LSCreditCardForm

Engaging credit card form
MIT License
10 stars 1 forks source link

How to show pre entered data in it #2

Open SreelekhN opened 4 years ago

SreelekhN commented 4 years ago

I wanna use card scanner in this screen, once scanned all the fields should contain the scanned card values and then if needed user can change it.

is there any way to do it..?

Lopdo commented 4 years ago

I don't think there is a simple way how you could add scanner to this screen. Having scanner come before the form would be probably easier, you'd just populate the form with data from scanner

SreelekhN commented 4 years ago

how can I populate it from the view controller..?

SreelekhN commented 4 years ago

or is there's any method to reload creditCardForm..?

Lopdo commented 4 years ago

I am not sure, it has been a while since I worked on it and I can't check it at the moment. I will try to look at it in the future, but I can't promise any date. I think best approach for you is to fork it and do it yourself. PR is always welcome :)