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
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
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;
You can either use the Card.IO logo or the PayPal logo but cannot remove them completely.
© 2022 - 2024 — McMap. All rights reserved.