Top "Uinavigationbar" questions

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

How to set the text of a back button on a UINavigationBar?

Possible Duplicate: How do I change the title of the “back” button on a Navigation Bar The Situation: I have …

iphone xcode uinavigationcontroller uinavigationbar
Use the increased navigation-bar title in iOS 11

iOS 11 Beta 1 uses the increased navigation-bar title for almost all system-apps (it started doing this in iOS 10 and the Music …

ios iphone uinavigationbar xcode9-beta ios11
UIBarButtonItem with custom view not properly aligned on iOS 7 when used as left or right navigation bar items

The following code works up through iOS 6: UIButton *myButton = nil; myButton = [UIButton buttonWithType:UIButtonTypeCustom]; myButton.bounds = CGRectMake(0,0,44,30); // setup myButton's images, …

uibutton uinavigationbar uibarbuttonitem ios7 uinavigationitem
iOS 7 Status Bar Collides With NavigationBar

I have a view controller in my app that has a navigation bar dragged on it in the storyboard. It …

ios objective-c uinavigationcontroller uinavigationbar ios7
How to Edit Empty Spaces of Left, Right UIBarButtonItem in UINavigationBar [iOS 7]

I was using iOS 6.1 earlier, but now I have moved to iOS 7. Along with other problems, I have observed that …

ios iphone ios7 uinavigationbar uibarbuttonitem
Adding image to navigation bar

I'd like an image to take up all of a navigation bar. This is the navigation that comes with a …

iphone uitableview iphone-sdk-3.0 uiimageview uinavigationbar
UINavigationBar Text Color in Swift

How would I go about changing the color of the UINavigationBar in Swift? Most things online say to do something …

text colors navigation uinavigationbar swift
How to create Navigation bar with back button on it?

I am very new to iOS App Development. In my app I am trying to navigate from second view to …

ios xcode4 uinavigationbar xcode4.3 uinavigationitem
Change the navigation bar's font

The question is plain easy and simple, the answer unfortunately not. How can you change the font of the text …

iphone objective-c uinavigationcontroller uinavigationbar
How to hide the navigation bar in a WPF page

I want to hide the navigation bar in a page created using WPF. I have tried ShowsNavigationUI = false, but it …

wpf xaml uinavigationbar