Top "Uibarbuttonitem" questions

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

Hide the rightBarButtonItem of a navigation controller

Does anyone know how to hide a rightBarButtonItem of a UINavigationController? In my application, I have an edit button as …

ios iphone uinavigationcontroller uibarbuttonitem rightbarbuttonitem
Setting navigation bar back button image

I want to set the back button in my UINavigationBar to this image: I don't want the image to be …

ios uibarbuttonitem uinavigationitem uiappearance
Get the width of a UIBarButtonItem

I'm trying to get the width of a UIBarButtonItem. This doesn't work: barbuttonitem.customView.frame.size.width And this won't …

iphone objective-c uibarbuttonitem
QLPreviewController remove or add UIBarButtonItems

I have seen this kind of question a lot on the internet but it seems no one really knows the …

iphone objective-c ipad uibarbuttonitem qlpreviewcontroller
Customize UIBarbuttonitem with Background Images

I have added an instance of UIToolbar and buttons on top of it . Each button's belongs to the class of …

iphone cocoa-touch uibarbuttonitem uitoolbar uibarbuttonitemstyle
Updating UIImage on UiBarButtonItem from identifier to image

I am currently making an application for IOS but I am having trouble changing an image... what a shame... The …

ios objective-c image uibarbuttonitem updating
rightBarButtonItem does not appear in Navigation Bar iOS

I'm having problems displaying the rightBarButtonItem of the Navigation Bar - I'm attempting to create it programmatically in the Application …

objective-c uinavigationcontroller uibarbuttonitem uinavigationitem rightbarbuttonitem
How to determine position of UIBarButtonItem in UIToolbar?

What's the easiest way to determine the x,y location of a UIBarButtonItem in a UIToolbar? The only answer I …

ios uibarbuttonitem uitoolbar
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