Top "Uinavigationbar" questions

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

How to add custom view on right of navigation bar Swift?

I am trying to add a custom view on right of UINavigationBar. What I tried is the following, but the …

ios iphone swift uinavigationbar uinavigationitem
How can I set the UINavigationbar with gradient color?

I want to set the UINavigationbar backgroundColor to a gradient color where I would like to set it via an …

ios uinavigationbar core-graphics
UIBarButtonItem Custom view in UINavigationBar

I am making a custom bar buttons for uinavigationbar, I am using following code UIImageView *backImgView= [[UIImageView alloc] initWithImage:[UIImage …

ios objective-c uinavigationbar uibarbuttonitem
center custom title in UINavigationBar?

I have a custom UINavigationBar title and a custom back button. My problem is that the title is not centered …

iphone uinavigationbar title
Hiding UITabBar when pushing a UIView

I have a UITabBarController where the default view controller is a UINavigationController. I want to be able to hide the …

ios objective-c swift uitabbarcontroller uinavigationbar
iOS7 when UIsearchbar added in UINavigationBar not showing cancel button

I add UISearchBar above UINavigationBar and set UIsearchbar showsCancelButton YES, work fine in iOS6 but in iOS7 not showing cancel …

uinavigationbar ios7 uisearchbar
Hide navigation bar in storyboard

Can anyone tell me how to hide the navigation bar in my storyboard. My code below is working fine when …

iphone ios ipad uinavigationbar
How to Change back button title on navigation controller in swift3?

I want to change the title of backbutton to any name in swift 3.I tried many ways but none of …

swift uinavigationcontroller uinavigationbar uinavigationitem
ios 7 UiView frame issue

I am running same app in iOS6 and iOS7 which has NavigationBar.It runs well on iOS6, but in iOS7, …

uiview uiviewcontroller uinavigationbar frame ios7
setting the size of navigationbar icon ios

I want to know is there any default size for Navigationbar icons.where designer need to design it.Should they …

ios uinavigationbar rightbarbuttonitem