Hide navigation bar for navigation controller

by alex 18. March 2009 13:51

- (void)viewWillAppear:(BOOL)animated {

    [super viewWillAppear:animated];

[self navigationController].navigationBarHidden = YES;

}

- (void)viewDidDisappear:(BOOL)animated {

[self navigationController].navigationBarHidden = NO;

}


Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

General

Powered by BlogEngine.NET 1.4.5.0
Theme by Mads Kristensen