Top "Uitoolbar" questions

A toolbar is a control that displays one or more buttons, called toolbar items.

Creating a left-arrow button (like UINavigationBar's "back" style) on a UIToolbar

I'd love to create a "back" left-arrow-bezel button in a UIToolbar. As far as I can tell, the only way …

ios iphone cocoa-touch uinavigationbar uitoolbar
How do I show/hide a UIBarButtonItem?

I created a toolbar in IB with several buttons. I would like to be able to hide/show one of …

ios uibarbuttonitem uitoolbar
Set rootViewController of UINavigationController by method other than initWithRootViewController

How Do I set the rootViewController of UINavigationController by a method other than initWithRootViewController? I want use initWithNavigationBarClass:toolbarClass: to …

ios uinavigationcontroller uitoolbar iphone-5
How to add a UIToolbar programmatically to an iOS app?

Can't seem to find a tutorial which does as the question title describes. I'd like to understand just where the …

ios uitoolbar
Aligning UIToolBar items

I have three UIBarButtonItem created as below. They align left and I'd like to align center so there isn't a …

ios cocoa-touch uitoolbar
Is there a way to change the height of a UIToolbar?

I've got an UIToolbar in Interface Builder and I've noticed that it's locked to being 44px tall. Of course I'd …

iphone xcode interface-builder uitoolbar
How can I add a toolbar above the keyboard?

I have created a UIToolBar programmatically and added a UITextField on it. Now, I need that toolbar to be above …

ios uitextfield uitoolbar
How to hide the navigation bar and toolbar as scroll down? Swift (like myBridge app)

I want to hide a toolbar and nav bar as I scroll down a page. And return it as I …

ios swift uinavigationbar uitoolbar
How to draw a transparent UIToolbar or UINavigationBar in iOS7

I would like an entirely transparent UIToolbar and/or UINavigationBar. I have tried the various incantations suggested for pre- and …

ios uinavigationcontroller uinavigationbar ios7 uitoolbar
iOS 7 | Navigation bar / Toolbar buttons very close to status bar

I have a problem when dragging a navigation bar or toolbar (storyboard) to my view controller. UINavigationBar: As you can …

uinavigationbar uistoryboard uitoolbar ios7