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 3aebea8 commit 66bc7f1Copy full SHA for 66bc7f1
README.mdown
@@ -25,7 +25,7 @@ Just #import the UIPasscodeViewController.h header
25
Simple example of how to create UIPasscodeViewController:
26
27
`UIPasscodeViewController *passcodeViewController = [[UIPasscodeViewController alloc] initWithDelegate:self];
28
-UINavigationController *navController = [[UINavigationController alloc] initWithRootViewController:passcodeViewController];
+ UINavigationController *navController = [[UINavigationController alloc] initWithRootViewController:passcodeViewController];
29
[self setNavigationController:navController];
30
[window addSubview:[navController view]];
31
[window makeKeyAndVisible];
0 commit comments