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

Setting navigationBarStyle to UIBarStyleBlackTranslucent breaks manual entry layout. #8

@nrj

Description

@nrj

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: img_0001

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions