Top "Uinavigationbar" questions

The UINavigationBar class implements a control for navigating hierarchical content in iOS.

How to hide the navigation bar and toolbar as scroll down? Swift (like myBridge app)

I want to hide a toolbar and nav bar as I scroll down a page. And return it as I …

ios swift uinavigationbar uitoolbar
How do i change navigationBar font in Swift?

How do I change the NavigationBar font in Swift? This is what I have tried so far, but receiving an …

swift uinavigationbar navigationbar
Adding a UIBarButtonItem programmatically to UINavigationBar

I dropped in a UINavigationBar in UIInterfaceBuilder. I present this view modally and just want a UIBackBarButton to return to …

ios iphone uinavigationbar uibarbuttonitem
How to add multiple UIBarButtonItems on right side of Navigation Bar?

I would like to have more than a single UIBarButtonItem on the right side of my UINavigationBar. How can I …

ios uinavigationbar uibarbuttonitem
iPhone - How set uinavigationbar height?

I want to make the top of the navigation view a bit smaller. How would you achieve this? This is …

iphone height uinavigationbar
Change UINavigationBar font properties?

I have an UINavigationBar added to my UIViewController view. I want to change the fonts properties. Note that I want …

objective-c cocoa-touch fonts uinavigationbar title
How can I change the font of the back button for my navigation bar?

How can I change the font of the back button for my navigation bar. The back button is either "back" …

ios swift cocoa-touch uinavigationcontroller uinavigationbar
UINavigationBar multi-line title

Is there a straightforward way of overriding the titleView of the current navigation bar item in a navigation bar within …

uinavigationcontroller uilabel uinavigationbar title uinavigationitem
iOS7 - Change UINavigationBar border color

Is it possible to change the grey border-bottom color of the UINavigationBar in iOS7? I already tried to remove to …

colors border uinavigationbar ios7 xcode5
Add segmented control to navigation bar and keep title with buttons

I want to add segmented control to the navigation bar but also keep the title and buttons, like in iOS 7 …

ios uinavigationbar uisegmentedcontrol