We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8844af3 commit 6f8140eCopy full SHA for 6f8140e
LTHPasscodeViewController/LTHPasscodeViewController.m
@@ -1113,6 +1113,7 @@ - (void)_prepareNavigationControllerWithController:(UIViewController *)viewContr
1113
}
1114
UINavigationController *navController =
1115
[[UINavigationController alloc] initWithRootViewController:self];
1116
+ navController.modalPresentationStyle = UIModalPresentationFullScreen;
1117
1118
// Make sure nav bar for logout is off the screen
1119
[self.navBar removeFromSuperview];
0 commit comments