简体   繁体   中英

How to change tint color on Apple Pay view

Is there a way to change the tint color of the CANCEL button and the cells ARROW in the Apple Pay view? I tried the code below:

[[UIButton appearanceWhenContainedIn:[PKPaymentAuthorizationViewController class], nil] setTintColor:[UIColor redColor]];

Nope—your app does not get any control over the appearance of the Apple Pay view. If you'd like a way to do that, you can file an enhancement request .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM