【发布时间】:2016-05-11 16:24:59
【问题描述】:
有没有办法在 Apple Pay 视图中更改 CANCEL 按钮和单元格 ARROW 的色调?我尝试了以下代码:
[[UIButton appearanceWhenContainedIn:[PKPaymentAuthorizationViewController class], nil] setTintColor:[UIColor redColor]];
【问题讨论】:
有没有办法在 Apple Pay 视图中更改 CANCEL 按钮和单元格 ARROW 的色调?我尝试了以下代码:
[[UIButton appearanceWhenContainedIn:[PKPaymentAuthorizationViewController class], nil] setTintColor:[UIColor redColor]];
【问题讨论】:
不,您的应用无法控制 Apple Pay 视图的外观。如果你想这样做,你可以file an enhancement request。
【讨论】: