Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Kieran authored and Kieran committed Jun 9, 2013
1 parent 89bdc5c commit 0dc6736
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion KLNoteViewController/KLViewController.m
Expand Up @@ -48,7 +48,7 @@ - (UIViewController *)noteView:(KLNoteViewController*)noteView viewControllerAtI
KLCustomViewController* viewController = [st instantiateViewControllerWithIdentifier:@"RootViewController"];
[viewController setInfo: navDict];

//Return the custom view controller
//Return the custom view controller wrapped in a UINavigationController
return [[UINavigationController alloc] initWithRootViewController:viewController];
}

Expand Down

0 comments on commit 0dc6736

Please sign in to comment.