How to completely remove/hide card.io/paypal logo in iOS
Asked Answered
J

3

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

Julide answered 19/6, 2014 at 10:0 Comment(3)
Hi, Initially I was getting paypal logo. After scanViewController.useCardIOLogo = YES; I am getting card io logo. Don't know how to hide logo imageJulide
Duplicate of #20113740Thy
Hi Josh, thank you for reply. I have read that story.. so final conclusion is there is no way to hide logos? Pls confirmJulide
E
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.

Emmert answered 22/1, 2015 at 4:22 Comment(0)
M
7
CardIOPaymentViewController *scanViewController = [[CardIOPaymentViewController alloc] initWithPaymentDelegate:self];
scanViewController.hideCardIOLogo=YES;
Microfiche answered 11/3, 2016 at 7:23 Comment(2)
What file do I have to change?Gruff
this is objective c Code , "hideCardIOLogo" is property of CardIOPaymentViewController. for ionic you can chcek ionicframework.com/docs/native/card-ioMicrofiche
S
1

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

Schutt answered 15/1, 2015 at 8:39 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.