Top "Uibarbuttonitem" questions

UIBarButtonItem is a button specialized for placement on a UIToolbar or UINavigationBar object.

UIBarButtonItem in navigation bar programmatically?

I've been looking around for this solution for a while but haven't got any. e.g one solution is self.…

ios swift uibarbuttonitem navigationbar
Change color of Back button in navigation bar

I am trying to change the color of the Settings button to white, but can't get it to change. I've …

ios swift uinavigationbar uibarbuttonitem backbarbuttonitem
Setting action for back button in navigation controller

I'm trying to overwrite the default action of the back button in a navigation controller. I've provided a target an …

ios iphone cocoa-touch uinavigationcontroller uibarbuttonitem
Add button to navigationbar programmatically

Hi I need to set the button on right side, in navigation bar, programatically , so that if I press the …

objective-c iphone uinavigationbar uibarbuttonitem
How do I show/hide a UIBarButtonItem?

I created a toolbar in IB with several buttons. I would like to be able to hide/show one of …

ios uibarbuttonitem uitoolbar
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
How to set the action for a UIBarButtonItem in Swift

How can the action for a custom UIBarButtonItem in Swift be set? The following code successfully places the button in …

ios swift action uibarbuttonitem
How to set image for bar button with swift?

I am trying to set an Image for bar button Item for that I have an image like: with resolution 30 * 30 …

ios swift uiimage uibarbuttonitem
Adding a UILabel to a UIToolbar

I'm trying to add a label to my toolbar. Button works great, however when I add the label object, it …

ios iphone uibarbuttonitem
How to remove all navigationbar back button title

When I push a UIViewController, it has some title in back button at new UIViewController, if the title has a …

ios swift uibarbuttonitem