Top "Uibarbuttonitem" questions

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

UIBarButtonItem Custom view in UINavigationBar

I am making a custom bar buttons for uinavigationbar, I am using following code UIImageView *backImgView= [[UIImageView alloc] initWithImage:[UIImage …

ios objective-c uinavigationbar uibarbuttonitem
Hiding UINavigationItem's bar button

I have added a BarButton item to the left of the nav.bar through Interface Builder and in the code …

iphone uibarbuttonitem
How do you set the font size on a UIBarButtonItem?

I can't find a way to set the font size of the title in a custom UIBarButtonItem. The only way …

iphone uibarbuttonitem font-size
Adding UIBarButton item in swift

I'm trying to add a UIBarButton item to my nav bar. Here is my Navigation Bar class declaration: import UIKit …

swift uibarbuttonitem ios8
How do you add more than one UIBarButton on UINavigationItem.rightBarButtonItem (or leftBarButtonItem)?

I have tried this approach/hack: http://blog.blackwhale.at/2009/06/uibuttons-in-uinavigationbar/ The problem is this leaves a faint seam. I …

iphone uinavigationbar uibarbuttonitem
Removing right bar button item from navigation item

I have added a right bar button item in my navigation item and want to remove this on some condition. …

iphone objective-c cocoa-touch uibarbuttonitem
Add image to UIBarButtonItem button

I have added UITabButtonItem onto my view controller using following code. Could anyone please tell me if its possible to …

iphone image uibarbuttonitem
Can I have a UIBarButtonItem with a colored image?

I have an image that I want to display on a UIBarButtonItem, but for some reason it only shows the …

iphone objective-c uibarbuttonitem
Add UIToolBar to all keyboards (swift)

I'm trying to add a custom UIToolBar to all of my keyboards with as little repetition. The way I'm currently …

ios swift uibarbuttonitem uitoolbar repeat
UIBarButtonItem with UIImage Always Tinted iOS 7

I'm trying to add a UIBarButtonItem containing a UIImage to a UIToolbar. The image keeps being tinted and I can't …

objective-c ios7 uibarbuttonitem uitoolbar