Questions tagged [uitoolbaritem]

An individual button or space in a UIToolbar, on iOS.

69 questions
0
votes
1 answer

how to disable TTNavigator toolbar buttons?

Please refer my this post- how to change TTNavigator (for a web url) bottom bar color? now i have to disable 'Open In Safari' option to the same controller. Please suggest me a way. I was unable to find to do this using styles yet. I know it is…
Vaibhav Saran
  • 12,848
  • 3
  • 65
  • 75
0
votes
1 answer

How to disable Tool bar item from a different view controller in Xcode

So I created a multi view app that uses a toolbar item that allows the user to navigate through the app. This toolbar item is used in all three of the views I have for the application. The main problem I am facing is that I want the user to no…
Gchammas23
  • 142
  • 13
0
votes
1 answer

UIToolbarItems and UIBarButtonItems not appearing in simulator or getting cut off, am I missing something?

I have created a WKWebView programmatically with some UIBarButtonItems. A "Open" button on the top right, and 3 UIToolbarItems on the bottom for ProgressView, flexibleSpace, and reload button. My simulator is not able to load these onto the screen…
Johan Park
  • 17
  • 4
0
votes
3 answers

Image size shown big in toolbar

I have set 3 images on a toolbar. It looks like so... Here I added a toolbar, added barbutton items and set images to those buttons. The image type is 1x,2x,3x format and is rendered asa default image. But the images shown above are shown large…
user11100093
0
votes
1 answer

Avoiding touch gesture conflicts between two different views

Let me emphasize that there are two views that overlap and I want handle the touch gestures of the view on top. The UIGestureRecognizeDelegate methods work for conflicting gestures within one view not two views from what I have read. Please don't…
3366784
  • 2,423
  • 1
  • 14
  • 27
0
votes
1 answer

Buttons don't appear on the toolbar

A simple question. How do I add toolbar items in combination with a TTLauncherViewController. I must do something very basic wrong, as the toolbar appears, but the button does not show: self.navigationController.toolbarHidden =…
Luuk D. Jansen
  • 4,402
  • 8
  • 47
  • 90
0
votes
1 answer

iphone: 8 tool bar items?

How do I implement a swipe for the 7th and 8th tool bar item so they display?
SpokaneDude
  • 4,856
  • 13
  • 64
  • 120
0
votes
1 answer

Creating a UIToolbar in Swift 3

How do you create a UIToolbar in Swift 3? I want an action on the left and action on the right and the title in the middle like most apps do. It also looks like a navigation controller without the back action arrow or stack. The code is something…
cdub
  • 24,555
  • 57
  • 174
  • 303
0
votes
1 answer

More uibarbutton items in single uitoolbar or navigationbar

how to add 'more' uibarbutton items in single uitoolbar or navigation bar. for ex have a look at below image here barbutton items are hidding in right corner instead of it i just want to add more button like tabbar application.... any suggestions n…
nik
  • 2,289
  • 6
  • 37
  • 60
0
votes
2 answers

Multiple toolbar items in a single row

i just want to create multiple toolbar items in a single row here what i did... NSMutableArray *barButtonArray = [[NSMutableArray alloc] init]; for (int i=0; i<[[State getSubCategoryids] count]; i++) { NSString *nameString = [NSString…
nik
  • 2,289
  • 6
  • 37
  • 60
0
votes
2 answers

Sort Icon for UIToolbar

Does anyone know of a good icon that would indicate to a User that a UITableView can be sorted? I'm looking for an icon to put in a UIToolbar, aside from putting a button with "Sort" for the title. Any ideas would be greatly appreciated.
aahrens
  • 5,522
  • 7
  • 39
  • 63
0
votes
1 answer

Resizing a UISegmentedControl within a UIToolBar with constraints for different screen sizes

I have a UIToolBar underneath a navbar, and in this toolbar is a Bar Buttom Item which holds a UISegmentedControl. The problem is I can't add constraints to anything inside the toolbar. The UISegmentedControl pins itself to the left margin when I…
Tommy K
  • 1,759
  • 3
  • 28
  • 51
0
votes
1 answer

how to display the list of buttons like drop down list for a button in iPhone

i am new to iPhone programming... can any body help me out please... in my app i am displaying an image, transparent html page with text about that image and there is audio instead of html text... in the bottom tool bar i have button 'VIEW".. i want…
rockey
  • 638
  • 4
  • 16
  • 34
0
votes
1 answer

Ios :: toolbar alignment issue

i have added toolbar in the xib file. but it doesn't show up correctly in ios6 simulator. it shows up perfect in ios4 simulator. below are screenshots. iphone 6 image Iphone4s image Please look at slide left to delete toolbar in the images, it is…
Anjali
  • 1,623
  • 5
  • 30
  • 50
0
votes
2 answers

Toolbar doesn't show up in iOS

I am new to iOS and using below code to display toolbar. same code works for other screens. I have debug the code and it goes into show toolbar method and completes viewDidLoad method without any exception. then also toolbar is not coming.. But…
Anjali
  • 1,623
  • 5
  • 30
  • 50