An individual button or space in a UIToolbar, on iOS.
Questions tagged [uitoolbaritem]
69 questions
0
votes
2 answers
NavBar\Toolbar button text color?
I am using the following code to create my toolbar buttons....I would like to change the text color to black or better yet ...set the background image to color the text .....setBackgroundColor would not work....any help is appreciated,…

AhabLives
- 1,308
- 6
- 22
- 34
0
votes
1 answer
Add a new UIToolbar to UIViewController
I'm developing a TabBar based application with an UIViewController witch appear when a cell is selected in the first view. I would like to add an UIToolBar with some informations (in the items) given by the segue of the selected cell. I already…

user1550049
- 1
- 1
0
votes
1 answer
Why can't I change UIBarButtonSystemItemPageCurl item tint?
I am using iOS 5.1 with StoryBoards. I want to change the tint of the standard page curl button, but I don't seem to be able too.
The button is on a View Controller and is a pushed View Controller of a Navigation Controller. The toolbar is inferred,…

Peter
- 288
- 3
- 8
0
votes
1 answer
How to animate a tabbarbutton image
I have a toolBarItem which calls a save action on a database. I would really much like to change the image of the item (a cabinet) dynamically so that a drawer opens, a label is animated "inside" and then it closes. Very much like the trash item on…

Marcal
- 1,371
- 5
- 19
- 37
0
votes
1 answer
Button in iPhoto that reveal another sliding toolbar
How can I develop a toolbar like this one, with a button that when it's pressed reveals another toolbar (sliding on top of the current one)? This is a screenshot from the iPhoto application from Apple.
https://i.stack.imgur.com/dKYZq.png

Miguel Almeida
- 5
- 3
-1
votes
3 answers
iOS: UIBarButton Proper Size
In my iOS application on UIToolbar I have added "Done" custom button with image.
UIBarButtonItem *btnNextDoneDisable;
UIToolbar *navigateQuestionBar;
//*to add button
UIImage *img_done = [UIImage…

User_1191
- 981
- 2
- 8
- 24
-1
votes
1 answer
Swift UIToolbar positioning
I have a UIToolbar, but I have no idea how to positioning it..
I would add UIBarButtonItems to it, and positioning them. The toolbar showing up, but i can't change it size, and i can't position the buttons in it.
override func…

solarenqu
- 804
- 4
- 19
- 44
-1
votes
2 answers
Adding borders to button in numberpad & add + sign on empty space
So I have been looking around and trying different codes and I cant really achieve what I want. I hope to find what I seek here.
I am trying to make a custom number pad. This is the result I want:
But this is as close I get.
First problem is that…

Timo Cengiz
- 3,367
- 4
- 23
- 45
-1
votes
1 answer
IOS Toolbarbutton item not triggering action with scroll bar
I have done code for Scrollview(8images) + Toolbar as well. When I try to click the toolbar button item the scrollview is not turned back as expected. below is the code.
When I click Toolbar button, no action triggered to "IBAction clickprjinfo", I…

rajar
- 53
- 4