9

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

rmaddy
  • 314,917
  • 42
  • 532
  • 579
user1088267
  • 107
  • 1
  • 5

3 Answers3

14

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.

Jeff Brateman
  • 3,229
  • 2
  • 20
  • 26
7
CardIOPaymentViewController *scanViewController = [[CardIOPaymentViewController alloc] initWithPaymentDelegate:self];
scanViewController.hideCardIOLogo=YES;
Mi-Creativity
  • 9,554
  • 10
  • 38
  • 47
1

You can either use the Card.IO logo or the PayPal logo but cannot remove them completely.

paypal_louis
  • 398
  • 2
  • 10