I am using card io for scanning card in iOS app
While scanning is there any way to hide paypal/cardio logo image, please guide
You can either use the Card.IO logo or the PayPal logo but cannot remove them completely.
Update on this answer - as of 4.0+, card.io now supports full removal of the card.io logo with the hideCardIOLogo
property in CardIOView
and CardIOPaymentViewController
.
CardIOPaymentViewController *scanViewController = [[CardIOPaymentViewController alloc] initWithPaymentDelegate:self];
scanViewController.hideCardIOLogo=YES;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With