The UINavigationBar class implements a control for navigating hierarchical content in iOS.
I am trying to add a custom view on right of UINavigationBar. What I tried is the following, but the …
ios iphone swift uinavigationbar uinavigationitemI want to set the UINavigationbar backgroundColor to a gradient color where I would like to set it via an …
ios uinavigationbar core-graphicsI am making a custom bar buttons for uinavigationbar, I am using following code UIImageView *backImgView= [[UIImageView alloc] initWithImage:[UIImage …
ios objective-c uinavigationbar uibarbuttonitemI have a custom UINavigationBar title and a custom back button. My problem is that the title is not centered …
iphone uinavigationbar titleI have a UITabBarController where the default view controller is a UINavigationController. I want to be able to hide the …
ios objective-c swift uitabbarcontroller uinavigationbarI add UISearchBar above UINavigationBar and set UIsearchbar showsCancelButton YES, work fine in iOS6 but in iOS7 not showing cancel …
uinavigationbar ios7 uisearchbarCan anyone tell me how to hide the navigation bar in my storyboard. My code below is working fine when …
iphone ios ipad uinavigationbarI want to change the title of backbutton to any name in swift 3.I tried many ways but none of …
swift uinavigationcontroller uinavigationbar uinavigationitemI am running same app in iOS6 and iOS7 which has NavigationBar.It runs well on iOS6, but in iOS7, …
uiview uiviewcontroller uinavigationbar frame ios7I want to know is there any default size for Navigationbar icons.where designer need to design it.Should they …
ios uinavigationbar rightbarbuttonitem