9

我在 iOS 应用程序中使用 card io 扫描卡

扫描时有什么方法可以隐藏 paypal/cardio 徽标图像,请指导

4

3 回答 3

14

对此答案的更新 - 从 4.0+ 开始,card.io 现在支持完全删除带有和hideCardIOLogo属性的 card.io 徽标。CardIOViewCardIOPaymentViewController

于 2015-01-22T04:22:13.103 回答
7
CardIOPaymentViewController *scanViewController = [[CardIOPaymentViewController alloc] initWithPaymentDelegate:self];
scanViewController.hideCardIOLogo=YES;
于 2016-03-11T07:23:37.540 回答
1

您可以使用 Card.IO 徽标或 PayPal 徽标,但不能完全删除它们。

于 2015-01-15T08:39:35.853 回答