While compiling the code i got
"Unbalanced calls to begin/end appearance transitions for
<UINavigationController: 0xa98e050>"
warning.
Here is my code
KVPasscodeViewController *passcodeController = [[KVPasscodeViewController alloc] init];
passcodeController.delegate = self;
UINavigationController *passcodeNavigationController = [[UINavigationController alloc] initWithRootViewController:passcodeController];
[(UIViewController *)self.delegate presentModalViewController:passcodeNavigationController animated:YES];