RTRootNavigationController
RTRootNavigationController copied to clipboard
[self.navigationController pushViewController:self animated:YES]
push self的时变成了系统的导航栏
push self ?
why?
push [[self.class alloc] init] ?