質問

How can I set the cancel button tint color?

I've tried setting navigationBarStyle and navigationBarTintColor, but those don't change that.

Thanks.

Scan view

役に立ちましたか?

解決

@fernandospr use UIAppearance prior to presenting the CardIOPaymentViewController.

Like this:

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top