Card.io - 取消按钮色调

时间:2014-02-20 19:57:37

标签: card.io

如何设置取消按钮色调?

我尝试过设置navigationBarStyle和navigationBarTintColor,但那些不会改变它。

感谢。

Scan view

1 个答案:

答案 0 :(得分:4)

@fernandospr在呈现CardIOPaymentViewController之前使用UIAppearance。

像这样:

[[UIBarButtonItem appearanceWhenContainedIn:[CardIOPaymentViewController class], nil] setTintColor:specialColor];