Top "Uibarbuttonitem" questions

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

Make a UIBarButtonItem disappear using swift IOS

I have an IBOutlet that I have linked to from the storyboard @IBOutlet var creeLigueBouton: UIBarButtonItem! and I want to …

swift conditional-statements uibarbuttonitem iboutlet
How to align UIBarButtonItem in UIToolbar in iOS universal app?

I want to put two UIBarButtonItem instances to UIToolbar in my iOS universal app, on which the first item is …

ios xcode swift autolayout uibarbuttonitem
Change font of back navigation bar button

I want to be able to set the font of my apps navigation bar back button without doing anything too …

ios objective-c uinavigationbar uibarbuttonitem uifont
UISearchBar cancel button color?

When I drop a UISearchBar into my view inside Interface Builder, and change its style to Black Opaque, the cancel …

ios cocoa-touch uisearchbar background-color uibarbuttonitem
How can I have a UIBarButtonItem with both image and text?

When I try to use an image for a UIBarButtonItem, the text isn't shown. Is there a way to show …

objective-c cocoa-touch uibarbuttonitem
iOS rightBarButtonItem on UINavigationController in swift

I'm trying to put a rightBarButtonItem on a second view controller of an UINavigationViewController stack. I'm creating and setting the …

ios swift uibarbuttonitem uinavigationitem
iOS - UIBarButtonItem Identifier - option to create "settings" cogwheel button

I want to create a UIBarButtonItem to represent the app's settings (cogwheel). Presently I can only find an option to …

ios xcode interface-builder uibarbuttonitem
navigation bar right bar button items spacing

I have created a with left bar button item added from storyboard, titleView and three right bar button items from …

ios swift uibarbuttonitem uinavigationitem
How do I set title for UIBarButtonItem?

I'm a beginner iPhone developer. How can I programmatically set the title for the UIBarButtonItem? My code is the following: …

ios swift uibarbuttonitem