3,663 questions
1
vote
1
answer
52
views
SwiftUI navigation bar button color changes depending on whether the root view is a ScrollView or VStack
I have a SwiftUI view inside a NavigationStack with a custom navigation bar background color. I want the navigation bar buttons to have a consistent color throughout the app.
The issue is that the ...
Tooling
0
votes
0
replies
37
views
Apache Superset: Add a toolbar with lasso selection to a Scatter Plot (Superset v6)
We are using Apache Superset v6 and the ECharts Scatter visualization in our project.
Our requirement is to add an interactive toolbar to the ECharts scatter plot that allows users to perform ...
2
votes
1
answer
89
views
Toolbar button icon is displayed correctly either in the toolbar or in the overflow menu, but not in both
My app has a toolbar with a number of buttons.
In landscape mode, all buttons are displayed, but in portrait mode, some buttons are displayed in the overflow menu.
I can now use the following button:
...
0
votes
1
answer
152
views
How to change toolbar title color in SwiftUI when running on macOS Catalyst?
In my SwiftUI based iOS app I style the the navigationBar / toolbar to be black. Of course this requires the title (+ other content) to be white / use light mode to be visible.
While this works fine ...
0
votes
1
answer
97
views
Custom sidebar toggle with integrated chevron menu
How can I create this exact toolbar button in SwiftUI macOS NavigationSplitView?
I want to add the chevron on the right that when clicked on top, opens a simple menu.
Sidebar icon area → toggles ...
Best practices
0
votes
2
replies
122
views
SwiftUI: animate bottom toolbar expanding above keyboard when entering edit mode
My note screen has two states:
View mode
The note is open, but not being edited.
A compact bottom toolbar is shown with 3 actions.
Edit mode
When the user taps into the text editor and the keyboard ...
2
votes
1
answer
118
views
SwiftUI + UITextView: hard top/bottom clipping near toolbars while scrolling (want Notes-like soft edge transition)
I’m building a notes screen in SwiftUI (iOS 26).
I use UITextView via UIViewRepresentable because TextEditor does not auto-scroll reliably when dragging text selection handles up/down on long text.
...
3
votes
1
answer
608
views
Keyboard toolbar breaks bottom safe area after background on iOS 26
Here are the steps to reproduce the issue:
iOS 26+ required
create any input that triggers opening keyboard
add toolbar to keyboard (with any buttons)
open keyboard (e.g. by focusing input)
close ...
2
votes
1
answer
121
views
How to implement WM_CTLCOLORSTATIC for a static control that's embedded in a toolbar?
I'm just learning how to program Windows in C, and I've run into a problem that I can't figure out.
I'm trying to implement the WM_CTLCOLORSTATIC message. The problem I'm having is, the static control ...
1
vote
2
answers
143
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()
VStack {
...
1
vote
0
answers
151
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
148
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 ...
2
votes
1
answer
814
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 ...
3
votes
1
answer
857
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
347
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....