3,659 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
56
views
In SwiftUI Toolbar button and image are visible through full screen overlay view
So I have some view with ToolBar at the top. It has leading Button and trailing Image.
var body: some View {
NavigationView {
ZStack {
content()
...
1
vote
0
answers
76
views
How to get the background behavior of Icon Composer's toolbar?
My app needs the same basic behavior as Icon Composer. That is: the three sections, the full-size content view in the middle and the translucent toolbar at the top.
I noticed that their toolbar ...
0
votes
0
answers
66
views
UIKit Toolbar showing behind tabbar in ios26
See SWiftUI Problem. I'm seeing now the same problem with UIKit.
Here are a couple of screen shots:
Here's a very basic Scene Delegate that creates a tab controller with three view controllers. The ...
1
vote
1
answer
236
views
Toolbar showing behind tabbar in ios26
Updating apps for iOS 26. Noticed that the toolbar (bottom placement) is laid out behind the tab bar in iPhone. So, in portrait mode you can't see the toolbar buttons.
You can see them in landscape ...
2
votes
1
answer
436
views
ToolbarItem flickers when switching between tabs in iOS 26
How can I avoid the flickering ToolbarItem when switching between tabs, while still keeping a dedicated NavigationStack for each Tab?
I have unsuccessfully tried:
Nesting the TabView inside another ...
0
votes
0
answers
170
views
Implementation of Floating toolbar with FAB
I am trying to achieve that result:
But I have serious issues with the XML implementation.
I tried:
<!-- Floating Toolbar -->
<com.google.android.material.floatingtoolbar....
0
votes
0
answers
82
views
Custom Toolbar in PayloadCMS RTE
I would need some help regarding creating a custom toolbar for PayloadCMS RTE.
The current version is PayloadCMS 3.49.1, and linked with @payloadcms/richtext-lexical version of 0.28.0.
My goal is to ...
1
vote
1
answer
3k
views
How to prevent iOS 26 WKWebView Liquid Glass toolbar from overlapping a fixed bottom tab switcher?
I’m testing my web app inside in-app WKWebViews (Discord, Telegram, custom apps, etc.) on iOS 26.x.
Apple introduced a new Liquid Glass floating toolbar at the bottom of webviews, and it overlaps my ...
3
votes
0
answers
214
views
How to add a second button next to Sidebar Toggle?
I’m trying to add a custom button next to the default Sidebar Toggle in a NavigationSplitView toolbar on macOS 26.
When I add a button using .toolbar { ... }, it always appears on the right side in ...
1
vote
2
answers
866
views
SwiftUI .toolbar(placement: .keyboard) not showing buttons on first appearance (iOS 18)
Background
I'm building a SwiftUI form (AddRecipeView) inside a NavigationStack. I’ve added a .toolbar(placement: .keyboard) with a "Done" button to dismiss the keyboard, especially useful for ...
1
vote
1
answer
103
views
Alternative to sizeToFit to space items on toolbar assigned to keyboard inputAccessoryView?
I have created a toolbar and attached it as an inputAccessoryView to the keyboard following Paul Hudson's snippet here.
This is a legacy project with some Objective-C and I have converted Paul's code ...
1
vote
0
answers
68
views
How to add a custom select option to PrimeNG p-editor toolbar without creating a new Quill instance?
I'm using PrimeNG’s p-editor component to create a rich text editor in my Angular app. So far, it works well with the default toolbar.
Here's a simple example of how I use it:
<div class="card&...
2
votes
0
answers
113
views
How can I increase the size of the top toolbar icons in the Lazarus IDE?
I just installed the Lazarus IDE and everything works and looks fine, except the extremely tiny icons in the top toolbar as can be seen here:
They're so tiny, I can barely see and click on them.
...
0
votes
1
answer
291
views
How to get SwiftUI keyboard toolbar when using custom text view that uses UIKeyInput?
In my app I have the need to custom handle text input for which I am using a UIView that conforms to UIKeyInput. This is then wrapped with UIViewRepresentable for use with SwiftUI. I would like to ...
1
vote
1
answer
71
views
SwiftUI Lists Section - Add a header and the toolbar items repeat
I am displaying a list of names in a "list". When I encapculate this in a section it works. BUT when I add the header the Toolbar items get duplicated. If I REM it out it behaves as expected, e.g....