Domanda

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

È stato utile?

Soluzione

@fernandospr use UIAppearance prior to presenting the CardIOPaymentViewController.

Like this:

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top