Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 3aebea8

Browse files
committed
1 parent d653951 commit 3aebea8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.mdown

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ Just #import the UIPasscodeViewController.h header
2525
Simple example of how to create UIPasscodeViewController:
2626

2727
`UIPasscodeViewController *passcodeViewController = [[UIPasscodeViewController alloc] initWithDelegate:self];
28-
UINavigationController *navController = [[UINavigationController alloc] initWithRootViewController:passcodeViewController];
29-
28+
UINavigationController *navController = [[UINavigationController alloc] initWithRootViewController:passcodeViewController];
3029
[self setNavigationController:navController];
3130
[window addSubview:[navController view]];
3231
[window makeKeyAndVisible];

0 commit comments

Comments
 (0)