Top "Uinavigationbar" questions

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

Add subtitle under the title in navigation bar controller in Xcode

So I'm wanting to add a "subtitle" under the title in the navigation bar in navigation controller. Mostly everything I …

swift uinavigationcontroller uinavigationbar uinavigationitem
How do you add more than one UIBarButton on UINavigationItem.rightBarButtonItem (or leftBarButtonItem)?

I have tried this approach/hack: http://blog.blackwhale.at/2009/06/uibuttons-in-uinavigationbar/ The problem is this leaves a faint seam. I …

iphone uinavigationbar uibarbuttonitem
Dark shadow on navigation bar during segue transition after upgrading to Xcode 5.1 and iOS 7.1

When I am navigating back & forth between parent and child controllers in a master - detail navigation controller, i …

objective-c uinavigationcontroller uinavigationbar segue
How to add the UISegmentedControl in UINavigationBar?

I have tried to add the UISegmentedControl to the bottom of UINavigationBar with title. But i cannot add it and …

ios uitableview uinavigationbar uisegmentedcontrol
iOS 7 : Disable UINavigationBar Translucency For Entire App

Is there a way to disable UINavigationBar Translucency for an entire application? I'm aware that using [self.navigationController.navigationBar setTranslucent:…

ios uinavigationbar ios7
IOS 5 How to change the color of back button in a navigation bar?

I want to change the color of back button of a navigation bar to make it look like this

ios cocoa-touch uinavigationbar back-button
How to get an opaque UINavigationBar on iOS 7

Is there any way to make the UINavigationBar, targeted for iOS 7, a solid color with no translucency? I have tried …

objective-c ios7 uinavigationbar transparency
Change navigation bar tint color iOS 7.

I know how to change navigation bat tint colour in iOS 6: [UINavigationBar appearance].tintColor = [UIColor colorWithRed:129/255.0 green:200/255.0 blue:244/255.0 alpha:1.0]; I'm …

ios ios7 uinavigationbar uicolor appdelegate
iOS 8 NavigationBar BackgroundImage

With iOS 8 the concept of just iPhone and iPad sizes along with portrait and landscape have changed and therefor setting …

ios uinavigationbar ios8 background-image
Warning frame for "Navigation bar" will be different at run time appears in Xcode 8 Swift 3

Before I've upgraded to Xcode 8 I haven't seen this error in such case. I have different Navigation Controllers. For all …

ios swift xcode uinavigationbar xcode8