Top "Uinavigationbar" questions

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

iOS 11 customise search bar in navigation bar

I want to change the color of the text and icon in the iOS 11 searchbar when it is embedded in …

ios swift uinavigationbar uisearchbar
swift: setting back button image in nav bar

I'm trying to set the back button image in nav bar in my controller, here's my code in viewDidLoad(): var …

ios swift uinavigationcontroller uinavigationbar uinavigationitem
setting image for UIBarButtonItem - image stretched

When I try to use UIBarButtonItem's "initWithImage" to initialize a navigation bar custom image, it comes out washed-up and stretched …

ios uinavigationbar uibarbuttonitem
How to add image in UINavigationBar in IPhone app

In my app, i want to add image(logo) in Navigation bar. I am working on XCode 4.2 and iOS 5. I …

iphone objective-c uinavigationcontroller uiimage uinavigationbar
Change font of back navigation bar button

I want to be able to set the font of my apps navigation bar back button without doing anything too …

ios objective-c uinavigationbar uibarbuttonitem uifont
Presenting a Modal View Controller hides the Navigation Bar

I have a navigation based app with a navigation bar, but there are a few instances where instead of pushing …

objective-c ios cocoa-touch uinavigationbar modalviewcontroller
how to hide navigationbar when i push from navigation controller?

how to hide top bar in UIViewcontroller when i push from navigation controller using pushViewController ? any help please?

iphone objective-c uinavigationcontroller uinavigationbar
iOS 11 navigationItem.titleView Width Not Set

Seeing a behavior on iOS11 with a navigationItem.titleView where the width of the titleView is not the full width …

ios uinavigationcontroller uinavigationbar ios11 navigationitem
UISegmentedControl below UINavigationbar in iOS 7

How do I make a UISegmentedControl as a part of an UINavigationBar below it? Is it connected to the UINavigationBar …

ios uinavigationbar uisegmentedcontrol
How to animate add UISearchBar on top of UINavigationBar

If I set the displaysSearchBarInNavigationBar = YES in viewDidLoad, the search bar will be in navigation bar when the view show …

ios uinavigationbar uisearchbar