Wednesday, September 19, 2012

Hide navigation bar for navigation controller



Add this line in the view did load method

[self navigationController].navigationBarHidden = YES;
       



No comments:

Post a Comment