This repository was archived by the owner on Jan 12, 2019. It is now read-only.

Description
Relevant code:
# In a UIViewController
CardIOPaymentViewController *ctrl = [[CardIOPaymentViewController alloc] initWithPaymentDelegate:self scanningEnabled:YES];
[ctrl setAppToken:@"(app token)"];
[ctrl setKeepStatusBarStyle:YES];
[ctrl setNavigationBarStyle:UIBarStyleBlackTranslucent];
[ctrl setModalTransitionStyle:UIModalTransitionStyleCrossDissolve];
[self presentViewController:ctrl animated:YES completion:nil];
Tap "Manual Entry" and you'll see this: 