Questions tagged [toolbaritems]
50 questions
0
votes
1 answer
ToolbarItems visualization problems
Hi,
as you can see in the attached picture I am not able to visualize the ToolbarItems both on IPhone and on Android emulators.
Any idea about the reason?
Xamarin Studio Community 6.0.1
Android version 6.0.
iPhone version…

Valerio C
- 37
- 7
0
votes
2 answers
barButtonItem in UIToolBar of NavigationController not working in ios7
I am trying to add BarButton in UIToolBar of NavigationController. I found on below code on stack over flow. But it is not working in ios7. If anything changed why it shows nothing on tool bar.
[self.navigationController setToolbarHidden:NO];
…

Gagan Joshi
- 3,347
- 2
- 21
- 32
0
votes
1 answer
Create ToolBar And Toolbar Items Dynamically Using MVVM
The project is composed using the WPF MVVMLight Framework.
The Object Is to: create a set of ToolBars with each ToolBar also having it's ToolBar Items (Buttons for the sake of clarity) created dynnamically, using just the necessary "skeleton" code…

Hyland Computer Systems
- 51
- 2
- 11
0
votes
1 answer
Addition of UIButtonTypeDetailDisclosure to toolbarItems causing runtime error
I am trying to add a UIButtonTypeDetailDisclosure to the bottom bar of my view.
The app is building successfully but at runtime I'm getting error below:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIButton…

Armand
- 435
- 1
- 11
- 23
0
votes
1 answer
how to change toolbar item made in storyboard to show dynamic date
I had a similar question yesterday and I got part of my answer from there. But the thread got closed so this is kinda my follow-up question thread :)
original Q: How can I have a toolbar button/item change its date with [NSDate date]?
original…

Pedroinpeace
- 1,419
- 1
- 14
- 20