如何在 iOS 中完全删除/隐藏 card.io/paypal 徽标
Posted
技术标签:
【中文标题】如何在 iOS 中完全删除/隐藏 card.io/paypal 徽标【英文标题】:How to completely remove/hide card.io/paypal logo in iOS 【发布时间】:2014-08-09 19:55:40 【问题描述】:我在 ios 应用中使用 card io 来扫描卡片
扫描时有什么办法可以隐藏paypal/cardio logo图片,请指导
【问题讨论】:
嗨,最初我得到的是贝宝徽标。 scanViewController.useCardIOLogo = YES 之后;我正在获取卡 io 徽标。不知道如何隐藏徽标图片 重复***.com/questions/20113240/… 嗨乔希,谢谢你的回复。我读过那个故事..所以最后的结论是没有办法隐藏徽标?请确认 【参考方案1】:更新此答案 - 自 4.0+ 起,card.io 现在支持使用 CardIOView
和 CardIOPaymentViewController
中的 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 徽标,但不能完全删除它们。
【讨论】:
以上是关于如何在 iOS 中完全删除/隐藏 card.io/paypal 徽标的主要内容,如果未能解决你的问题,请参考以下文章
如何使用 Cordova 的 card.io 插件在 android 设备中隐藏 PayPal 徽标
如何在 iOS 应用程序中完全删除 UIStatusBar?