Skip to main content

Questions tagged [uitoolbar]

A toolbar is a control that displays one or more buttons, called toolbar items. A toolbar momentarily highlights or does not change the appearance of an item when tapped.

uitoolbar
0 votes
0 answers
28 views

Toolbar with multiple line of text not aligning with other toolbar item

I'm facing a little bit of a problem customizing the SwiftUI toolbar. First let me share my code and then I will provide you more information. // MARK: - Toolbar .toolbar { /// Top bar ...
Md. Sulayman's user avatar
0 votes
0 answers
95 views

Call QLPreviewController toolbar action programmatically

We are implementing our custom subclassed QLPreviewController. Indeed we subclassed and customized it since we do not want its 'Save to Files', 'Print', 'Share' options to be shown to the user. For ...
Bektaş Kart's user avatar
0 votes
0 answers
5 views

No Search Result found/No data available message should be displayed when there are no matching results

Expected Result: No Search Result found/No data available message should be displayed when there are no matching results Actual Result: Blank page with 0 items displays when are no matching search ...
Anjali Yadav's user avatar
0 votes
1 answer
80 views

How can I keep using inline toolbar when editor is disabled?

I have an editor which uses an inline toolbar for manipulating text, as well as adding comments to a text range, refining text range using AI, etc. For users with edit access I have no problem showing ...
user1563544's user avatar
8 votes
1 answer
292 views

How to skip accessibility focus on one bar button item and keep focus on other bar button items of the toolbar

I have a toolbar , I'd like to skip the title button when accessibility is turned on. I can skip accessibility for the whole tool bar using accessibilityElementsHidden. but I just want to skip the ...
Shajo's user avatar
  • 193
2 votes
3 answers
442 views

How do I get access to ToolBar or InputAccessoryView that appears on top of keyboard without using textfield instance

Whenever keyboard appears in the project , I can find that by adding observer to UIKeyboardWillShowNotification. But I want to get access to the tool bar that appears on top of the keyboard globally ...
Shajo's user avatar
  • 193
-1 votes
1 answer
15 views

Swift Storyboard UITableView Static Cells - UIToolBar appears when scrolling down

Looking for some clarification on why when using a UITableView with Static Cells that when scrolling down a UIToolBar will appear and cut off content. The UIToolBar does not appear when using reusable ...
Lukas Bimba's user avatar
1 vote
1 answer
413 views

Persistent Toolbar in SwiftUI

I was wondering if there is a way to make a persistent toolbar in SwiftUI? I have found some examples of people making toolbars have dynamic elements, but I haven't found a good solution for a toolbar ...
dpretzel's user avatar
0 votes
1 answer
65 views

web app for use as a toolbar to open other programs

I need a toolbar program, that opens other programs by clicking on the respective link. Is it possible to realize this as a Web App with HTML, CSS and JS? I'm a beginner, i didn't try it
ChordOfCalling's user avatar
1 vote
1 answer
1k views

How can I make a toolbar with page indicators in SwiftUI like the Weather App?

In SwiftUI, I am trying to place page Indicators on top of a bottom toolbar, but have not come to a resolution. Paging Indicators Right now, I have a tabview that organizes Views 1-7 horizontally, ...
Gabriel Salinas's user avatar
0 votes
1 answer
80 views

Swift UIBarButtonItems not centered in UIToolbar using .flexibleSpace

In my UIKit App, i setup a UIToolbar with 5 Buttons like this: class BrowserToolbar: UIToolbar { let goBackButton = UIBarButtonItem(image: UIImage(systemName: "chevron.left"), style: ....
Niklas's user avatar
  • 1,748
-1 votes
2 answers
417 views

bottom toolbar is black on iOS 15 and above

An old client asked me to make some minor updates to his app. Compiling for iOS 15 and above, the bottom toolbar is now black (after momentarily flashing the original intended color). I had the same ...
Casey Perkins's user avatar
0 votes
1 answer
307 views

ExtJS: How to set dockedItems alignTarget

I added dockedItems to my form.Panel, it aligns to the form, but I want the dockedItems align to the table inside the form, how should I do. Here is the demo: https://fiddle.sencha.com/#view/editor&...
itsalongstory's user avatar
0 votes
2 answers
559 views

Swift: UIBarButtonItem with bigger size than UIToolbar

I have a UIToolbar installed on my Viewcontroller on the bottom via Storyboard. I also added a bottom in the Storyboard and now I want to give this bottom a greater height than the toolbar itself. It ...
Pauli's user avatar
  • 353
3 votes
0 answers
657 views

What is wrong with the iOS Keyboard toolbar in SwiftUI

I am aware I asked a similar question before, but it seems like I have not understood the core concept of how to present a custom toolbar above a keyboard. I successfully solved my problem on how to ...
jjuser19jj's user avatar
  • 1,689

15 30 50 per page
1
2 3 4 5
86