uitoolbar Questions

5

Solved

I have a toolbar and i would like to place it on top of the keyboard. In the keyboardwillshow notification, i tried to add toolbar to the keyboard but no luck, i cant add Please let me know UIW...
Brambly asked 25/1, 2012 at 5:11

2

When you create a UINavigationController, you can reveal its default hidden UIToolbar via setToolbarHidden:animated: (or by checking Shows Toolbar in Interface Builder). This causes a toolbar to ap...
Danieldaniela asked 18/7, 2015 at 15:55

4

Solved

I have a UIToolBar that is intended to contain sliders for controlling volume and brightness. I use a MPVolumeView slider for the volume, and an ordinary UISlider for the brightness. While the slid...
Bath asked 28/5, 2013 at 8:53

4

Solved

I have a UIViewController, MyViewController, with a UIToolbar at the top. Using interface builder the doc outline looks like this: View - subview1 - subview2 - UIToolbar - Bar Button Item1 -...

3

Solved

With whatever image I try to intialize the UIBarButtonItem, its just showing a white background in the size of the image. Even when I tired in interface builder, the result is the same. All these i...
Resignation asked 25/5, 2010 at 9:33

5

Solved

How Do I set the rootViewController of UINavigationController by a method other than initWithRootViewController? I want use initWithNavigationBarClass:toolbarClass: to deliver a custom toolbar for...
Linguiform asked 25/4, 2013 at 12:40

1

Solved

I'd like to get the width of UIAlertController frame so that I can specify the width of UIPickerView and UIToolbar which will come with the UIAlertController. I've tried to use the following state...
Transalpine asked 24/5, 2016 at 9:41

3

Solved

I have integrated QLPreviewController and UIDocumentInteractionController in my app, and it is working fine. The only problem is- I want to configure the bottom toolbar, I want to remove the defaul...

3

Solved

I want to change the height of the UIToolbar in Navigation Controller, but I am not able to do so in swift with Xcode 7.3 and iOS 9. I have tried to set frame with CGRectMake at viewDidLoad, ...
Mize asked 22/8, 2016 at 8:20

3

Solved

In my iPad app I have an application settings view. One of the options lets the user switch interface color scheme. The settings view is loaded by segue to a separate view controller than my "main"...
Marv asked 8/2, 2014 at 23:12

3

Solved

I have a button in my UIToolbar that I've assigned an image to, but I'd like for the image to automatically be scaled down (resizing the image outside of the app lowers some of its quality). I att...
Renz asked 21/4, 2014 at 4:6

8

Solved

I have a toolbar with various image buttons, created in Interface Builder. I'd like to be able to programmatically replace one of the buttons with an activity indicator when pressed, and then put ...
Valle asked 3/7, 2009 at 9:34

4

Solved

I'm trying to figure out how can I achieve something like this: This is a toolbar and I'd like to keep the button title text without having to create the whole image with icon AND text. How can I ...
Utopianism asked 5/10, 2013 at 16:40

4

Solved

I have three UIBarButtonItem created as below. They align left and I'd like to align center so there isn't a gap on the right side. I don't see an align property on UIToolBar. Is there another way ...
Frenzy asked 2/3, 2009 at 15:21

6

Solved

I have a UIToolbar that I set up using IB with three buttons, left, middle and right. In some situations I would like to not display the middle button. Does anybody know of a way to hide a specific...
Masker asked 4/6, 2010 at 4:19

6

Solved

I have a problem when dragging a navigation bar or toolbar (storyboard) to my view controller. UINavigationBar: As you can see in the image above, the right button is almost overlapping the sta...
Unremitting asked 19/9, 2013 at 17:55

2

Solved

I'm making an UIToolbar above keyboard and it doesn't have blur effect in iOS 7, it's just grey. I've tried to change alpha value, backgroundColor, explicit YES to translucent, but it all didn't wo...
Chalice asked 26/1, 2014 at 23:22

1

I am trying to create a custom UIToolbar that I can add to multiple views, I don't want to do this programmatically so I am using xib to design a UIToolbar. Do I need to wrap this in a UIView and a...
Misha asked 2/6, 2014 at 23:57

1

Solved

Here is my code: override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib. let keyBoardToolBar = UIToolbar(frame: CGRectMake(0,...
Traitor asked 15/12, 2015 at 12:59

2

Solved

I'm building an instant messenger app in iOS. In particular I'm implementing the UI for a conversation in the most typical way, that is placing an input bar at the bottom of the view (UICollectionV...
Kendallkendell asked 17/11, 2015 at 15:34

2

Solved

I want to be able to have my view cover the whole screen (go behind the navigation and tool bars) with the translucent property of the navigationBar and toolbar set to NO (I want non-transparent ba...
Mountbatten asked 4/10, 2013 at 21:13

2

Solved

In iOS7, UIToolbar does not appear to have a little line (the shadow) on the top or bottom borders, which makes it difficult to distinguish from the rest of the app. How can I restore the shadow at...
Tical asked 18/12, 2013 at 23:1

11

I've got an iPhone application with a UITableView menu. When a row in the table is selected, the appropriate view controller is pushed onto the application's UINavigationController stack. My issue...

5

Solved

I'm trying to achieve similar positioning behavior as the bottom text input bar in Apple's Messages app. I have tried many approaches, searched high and low and there are many similar questions bu...
Hygrograph asked 4/11, 2013 at 8:53

2

Solved

I have a UIViewController with a UIToolBar below the UINavigationBar and a UITableView below that. The only UIBarButtonItem on my UIToolBar is a UISegmentedControl as in the screenshot below: How...
Kopple asked 15/6, 2015 at 17:26

© 2022 - 2024 — McMap. All rights reserved.