隐藏导航 不隐藏导航上的控件

//隐藏导航 不隐藏导航上的控件

-(void)viewWillAppear:(BOOL)animated

{

   [super viewWillAppear:animated];

   [self.navigationController.navigationBar setBackgroundImage:[UIImage new] forBarMetrics:UIBarMetricsDefault];

   [self.navigationController.navigationBar setShadowImage:[UIImage new]];

}

你可能感兴趣的:(隐藏导航 不隐藏导航上的控件)