Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Scan overlay background color #269

Open
alexandermcpherson opened this issue Dec 12, 2017 · 0 comments
Open

Scan overlay background color #269

alexandermcpherson opened this issue Dec 12, 2017 · 0 comments

Comments

@alexandermcpherson
Copy link

alexandermcpherson commented Dec 12, 2017

Not an issue but if anyone would like to know how to change the BG color of the CardIOPaymentViewController use the below where cardIOVC is an instance of CardIOPaymentViewController (CardIOPaymentViewController is a subclass of UINavigationController so just ask it for the the controllers contained in its hierarchy.. in this case I pull out the first VC it finds which happens to be a CardIOViewController and from here I set the appropriate background color)

cardIOVC?.viewControllers.first?.view.backgroundColor = UIColor(red: 87/255, green: 166/255, blue: 216/255, alpha: 1)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant