How to disable Camera Scanning and Enable only Manually Enter Card in CardIO

417 Views Asked by At

I have tried more but i cannot able to find any property on Cardio lib. I want to make only Manually enter cardio view. I am using CardIOPaymentViewController. Please let me know what should i need to do for this.

1

There are 1 best solutions below

0
On BEST ANSWER

You find there is property scanning disable

[[CardIOPaymentViewController alloc] initWithPaymentDelegate:self scanningEnabled:NO];