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

changing the guideColor doesn't work #5

Closed
chrisatcoin opened this issue Jun 28, 2013 · 1 comment
Closed

changing the guideColor doesn't work #5

chrisatcoin opened this issue Jun 28, 2013 · 1 comment

Comments

@chrisatcoin
Copy link

I have an issue with changing the guideColor of card.io's scanning brackets. I was told it was a bug on card.io's end - are there any updates on changing the guide color? - here is my code as well

here is my code -

self.readCardInfo = [[CardIOPaymentViewController alloc] initWithPaymentDelegate:self];
self.readCardInfo.appToken = @"xxxxxxxxxxxxxxx";
;
[self.readCardInfo setGuideColor:[UIColor colorWithRed:.310 green:.671 blue:.890 alpha:1.0]];
self.readCardInfo.scanOverlayView = guideView;
self.readCardInfo.hideCardIOLogo = YES;
self.readCardInfo.detectCardOnly = NO;
self.readCardInfo.showsFirstUseAlert = NO;
self.readCardInfo.collectZip = NO;
self.readCardInfo.scanInstructions = @"Scan the front of your card";
[self presentViewController:self.readCardInfo animated:NO completion:nil];
@dgoldman-pdx
Copy link
Member

@chrisatcoin this feature is not generally available in our SDK. Please email me directly ([email protected]) to discuss your specific issue.

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

2 participants