ios - Move navigation bar items back to top on extended Navigation Bar -


i have increased height of navigation bar, navigation bar items (back button , rightbar button) appear on bottom of bar. have multiple tvcs embeded in navigation controller. how can set navigation bar items original position top able add subview underneath them?

cgfloat navbarheight = 100.0f; cgrect frame = cgrectmake(0.0f, 0.0f, 320.0f, navbarheight); [self.navigationcontroller.navigationbar setframe:frame]; 

thanks.


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -