From e355d16d81f9c44bfaeeb90a4cb1ee2d19f479ab Mon Sep 17 00:00:00 2001 From: Wongzigii Date: Tue, 29 Sep 2015 12:05:09 +0800 Subject: [PATCH] Blog Tap --- Leanote/controller/blog/BlogTab.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Leanote/controller/blog/BlogTab.m b/Leanote/controller/blog/BlogTab.m index 09d72a1..a0bb253 100755 --- a/Leanote/controller/blog/BlogTab.m +++ b/Leanote/controller/blog/BlogTab.m @@ -24,7 +24,7 @@ NoteController *view = [self.storyboard instantiateViewControllerWithIdentifier:@"Note"]; view.isBlog = YES; - //[self initWithRootViewController:view]; + [self.navigationController initWithRootViewController:view]; self.title = NSLocalizedString(@"Post", nil); }