on iOS, the UINavigationItem class encapsulates information about a navigation item pushed on a UINavigationBar object’s stack
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 uinavigationitemI am working on an iPhone application which works in both orientations: portrait and landscape. I am using for one …
iphone height uinavigationbar uibarbuttonitem uinavigationitemI am trying to use a custom item for the back button in my navigation bar. UIImage *backButtonImage = [UIImage imageNamed:@"…
iphone uibarbuttonitem uinavigationitemI'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 uinavigationitemI added my left navigation bar button using the storyboard. but I want it to hide when I first load …
ios xcode ios7 storyboard uinavigationitemHow 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 uinavigationitemI'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 uinavigationitemI want to change the color of my right bar button item from black to white. It is a button …
ios swift uinavigationcontroller uinavigationbar uinavigationitemI set my left bar button of UINavigationController as edit button using the code leftBarButton = self.editButtonItem; I want to …
iphone uinavigationcontroller uinavigationitemIn 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