【问题标题】:How to completely remove/hide card.io/paypal logo in iOS如何在 iOS 中完全删除/隐藏 card.io/paypal 徽标
【发布时间】:2014-08-09 19:55:40
【问题描述】:

我在 iOS 应用中使用 card io 来扫描卡片

扫描时有什么办法可以隐藏paypal/cardio logo图片,请指导

【问题讨论】:

  • 嗨,最初我得到的是贝宝徽标。 scanViewController.useCardIOLogo = YES 之后;我正在获取卡 io 徽标。不知道如何隐藏徽标图片
  • 嗨乔希,谢谢你的回复。我读过那个故事..所以最后的结论是没有办法隐藏徽标?请确认

标签: ios card.io


【解决方案1】:

更新此答案 - 自 4.0+ 起,card.io 现在支持使用 CardIOViewCardIOPaymentViewController 中的 hideCardIOLogo 属性完全删除 card.io 徽标。

【讨论】:

    【解决方案2】:
    CardIOPaymentViewController *scanViewController = [[CardIOPaymentViewController alloc] initWithPaymentDelegate:self];
    scanViewController.hideCardIOLogo=YES;
    

    【讨论】:

    • 我需要更改什么文件?
    • 这是客观的 c 代码,“hideCardIOLogo”是 CardIOPaymentViewController 的属性。对于离子,你可以 chcek ionicframework.com/docs/native/card-io
    【解决方案3】:

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

    【讨论】:

      猜你喜欢
      • 2013-12-05
      • 2013-11-11
      • 2020-01-27
      • 1970-01-01
      • 1970-01-01
      • 2014-09-18
      • 1970-01-01
      • 2020-05-14
      • 2016-01-09
      相关资源
      最近更新 更多