문제

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