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

Commit 66bc7f1

Browse files
committed
1 parent 3aebea8 commit 66bc7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.mdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +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];
28+
UINavigationController *navController = [[UINavigationController alloc] initWithRootViewController:passcodeViewController];
2929
[self setNavigationController:navController];
3030
[window addSubview:[navController view]];
3131
[window makeKeyAndVisible];

0 commit comments

Comments
 (0)