This commit is contained in:
Wongzigii
2015-09-29 12:05:09 +08:00
parent 35ec1c8ad0
commit e355d16d81

View File

@@ -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);
}