UIBarButtonItem is a button specialized for placement on a UIToolbar or UINavigationBar object.
Is it possible to adjust the title of a UIBarButtonItem inside an UIToolbar? I've tried the following lines of code …
swift uibarbuttonitem uitoolbarHi I have created a button programmatically. I will add this button to the navigation bar. Now I want to …
ios uibutton uibarbuttonitem actionlistenerI'm trying to create a UIBarButtonItem like this: UIBarButtonItem *discardButton = [[UIBarButtonItem alloc] initWithTitle:NSLocalizedString(@"edit-document.button.discard", "Discard Changes button") …
ios uibarbuttonitem deprecatedI know how to customize UIBarButtonItem using -setBackgroundImage: forState: barMetrics:, but I would like to use different images for UIBarButtonItemStyleDone …
iphone ios customization uibarbuttonitem uiappearanceWhat is the default font of the title of a UIBarButtonItem with a style of UIBarButtonItemStyleDone? The following just returns …
uikit uibarbuttonitem ios7 uifont uibarbuttonitemstyleSo I've spent some time looking for an answer for this, but so far haven't found anything. I'm trying to …
ios cocoa-touch uipopovercontroller uibarbuttonitem uiinterfaceorientationI have a UIToolBar button declared below: UIToolbar *toolbar = [[UIToolbar alloc] init]; toolbar.frame = CGRectMake(0.0, 0.0, self.view.frame.size.width, 64.0); …
ios ios7 uibarbuttonitem uitoolbarThere is another question on SO about this but this has nothing to do with it because I think this …
uibutton uibarbuttonitem ios11 xcode9beta6From the dox: If you want to use a custom image to replace the default chevron, you also need to …
cocoa-touch uibarbuttonitem ios7 maskI would like to enable the done button on the navbar (in a modal view) when the user writes at …
iphone ios uibarbuttonitem uitextfielddelegate