Top "Uinavigationitem" questions

on iOS, the UINavigationItem class encapsulates information about a navigation item pushed on a UINavigationBar object’s stack

UINavigationController: Hiding Back Button on One View Hides it For All Views

I have a UINavigationController that contains 3 UIViewControllers on the stack. View A - is the root View B - is …

iphone objective-c cocoa-touch uinavigationcontroller uinavigationitem
iPhone: UINavigationBar with buttons - adjust the height

I am working on an iPhone application which works in both orientations: portrait and landscape. I am using for one …

iphone height uinavigationbar uibarbuttonitem uinavigationitem
iphone - Custom UIBarButtonItem for back button

I am trying to use a custom item for the back button in my navigation bar. UIImage *backButtonImage = [UIImage imageNamed:@"…

iphone uibarbuttonitem uinavigationitem
Can't assign multiple Buttons to UINavigationItem when using Storyboard with iOS 5

I'm a iOS developer with a lot experience in developing the UI by code. I'm now testing the Storyboard functionality, …

ios ipad interface-builder storyboard uinavigationitem
hide and show left navigation bar button on demand in iOS-7

I added my left navigation bar button using the storyboard. but I want it to hide when I first load …

ios xcode ios7 storyboard uinavigationitem
How to set right navigation bar button title

How do I programatically set my right navigation bar button's title. I've tried [self.navigationItem.rightBarButtonItem setTitle:@"Test"]; and have …

ios objective-c uinavigationcontroller uinavigationbar uinavigationitem
How to hide/disable only the first uinavigationbar?

I've been wandering how to hide / remove / disable only the main or first navigation bar in the navigation controller so …

iphone iphone-sdk-3.0 uinavigationcontroller uinavigationbar uinavigationitem
How to change tintColor of UIBarButtonItem in Swift?

I want to change the color of my right bar button item from black to white. It is a button …

ios swift uinavigationcontroller uinavigationbar uinavigationitem
How can i identify self.editButtonItem button's clicked event?

I set my left bar button of UINavigationController as edit button using the code leftBarButton = self.editButtonItem; I want to …

iphone uinavigationcontroller uinavigationitem
iPhone Title and Subtitle in Navigation Bar

In my application, I'd like to have the navigation bar display a title and subtitle. To that extent, I added …

iphone uinavigationcontroller title uinavigationitem subtitle