Top "Uibarbuttonitem" questions

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

How to fire uibarbuttonitem click event programmatically

I have created a UIActionSheet UIActionSheet * action = [[UIActionSheet alloc]initWithTitle:@"" delegate:self cancelButtonTitle: @"cancel" destructiveButtonTitle: @"OK" otherButtonTitles: nil]; [action showInView:…

iphone ios events uibarbuttonitem uiactionsheet
UINavigationBar BarButtonItem with Plain Style

i got the following code: - (id)init { if (self = [super init]) { self.title = @"please wait"; UIBarButtonItem *favorite = [[UIBarButtonItem alloc] …

iphone image uinavigationbar uibarbuttonitem
How to hide a bar button item for certain users

I have a settings bar button item (set as left bar button item). I only want to display it if …

ios swift uibarbuttonitem
Placing a custom view based UIBarButtonItem in the navigation bar without default horizontal padding

How do I remove the horizontal padding to the left and right of custom left and right UINavigationBar items? There …

iphone ios uinavigationbar uibarbuttonitem uinavigationitem
How to put a badge on customized UIBarButtonItem

I have a navigation bar with two buttons, one is a back button the other a chat symbol. I write …

ios objective-c xcode uibarbuttonitem navigationbar
Configuring the backBarButtonItem of a View Controller's Navigation Item in a Storyboard

It's easy enough to drag and drop bar button items onto a view controller's navigation bar in a storyboard in …

interface-builder uibarbuttonitem uinavigationitem uistoryboard
Change the height of NavigationBar and UIBarButtonItem elements inside it in Cocoa Touch

I suppose it's not strictly in line with Apple guidelines but I guess it must be possible somehow. I'd like …

cocoa-touch uinavigationcontroller uinavigationbar uibarbuttonitem
programmatically highlight UIBarButtonItem

after tapping the 'record' BarButtonItem I would like to keep it programmatically highlighted until the recording is over. The highlighting …

ios cocoa uibarbuttonitem
iOS Autolayout and UIToolbar/UIBarButtonItems

I have an iOS view with autolayout enabled and have a UIToolbar with a UISearchBar and UISegmentControl contained with the …

ios uibarbuttonitem uitoolbar autolayout autoresizingmask
Make a custom back button for UINavigationController

I'm developping an app for iOS 4.2+. I subclassed my UINavigationController to insert two UIImageView and make the navigation bar look …

ios uinavigationcontroller uinavigationbar uibarbuttonitem viewdidappear