Top "Uinavigationitem" questions

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

How do I change the title of the "back" button on a Navigation Bar

Currently the left bar button default value is the title of the view that loaded the current one, in other …

ios objective-c uinavigationbar uinavigationitem
iPhone: Setting Navigation Bar Title

Hey all. I'm still pretty new to iPhone development, and I'm having a bit of trouble figuring out how to …

iphone objective-c uinavigationcontroller uinavigationbar uinavigationitem
Removing the title text of an iOS UIBarButtonItem

What I wanted to do is to remove the text from the 'Back' button of a UIBarButtonItem, leaving only the …

ios uinavigationbar uibarbuttonitem uinavigationitem
back button callback in navigationController in iOS

I have pushed a view onto the navigation controller and when I press the back button it goes to the …

ios callback uinavigationcontroller uinavigationitem back
How to enable back/left swipe gesture in UINavigationController after setting leftBarButtonItem?

I got the opposite issue from here. By default in iOS7, back swipe gesture of UINavigationController's stack could pop the …

ios objective-c uinavigationcontroller uinavigationbar uinavigationitem
Customize navigation bar with title view

I am trying to add a custom view in the center of a navigation bar and I am using the …

ios objective-c swift uinavigationbar uinavigationitem
How to change the UINavigationController back button name?

I have a UIViewController and I'm navigating from my first view controller to second view controller and I want to …

ios uiviewcontroller uinavigationcontroller uinavigationitem
How to change text on a back button

By default the back button uses as a text on it a title of a viewcontroller. Can I change text …

ios iphone cocoa-touch uinavigationitem
Change width of a UIBarButtonItem in a UINavigationBar

I am creating a UIBarButtonItem and adding it to my navigation bar like so: (void)viewDidLoad { ... // Add the refresh button …

ios uinavigationbar uibarbuttonitem uinavigationitem
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