Skip to content

Commit 6f8140e

Browse files
committed
Fixed modal presentation in iOS 13
1 parent 8844af3 commit 6f8140e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LTHPasscodeViewController/LTHPasscodeViewController.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,6 +1113,7 @@ - (void)_prepareNavigationControllerWithController:(UIViewController *)viewContr
11131113
}
11141114
UINavigationController *navController =
11151115
[[UINavigationController alloc] initWithRootViewController:self];
1116+
navController.modalPresentationStyle = UIModalPresentationFullScreen;
11161117

11171118
// Make sure nav bar for logout is off the screen
11181119
[self.navBar removeFromSuperview];

0 commit comments

Comments
 (0)