Skip to main content
1 vote
1 answer
52 views

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 ...
Jlelectronicsdesign's user avatar
Tooling
0 votes
0 replies
37 views

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 ...
Santhosh Chirunomula's user avatar
2 votes
1 answer
89 views

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: ...
Reinhard Männer's user avatar
0 votes
1 answer
152 views

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 ...
Andrei Herford's user avatar
0 votes
1 answer
97 views

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 ...
Eduardo Miranda's user avatar
Best practices
0 votes
2 replies
122 views

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 ...
idzvilla's user avatar
2 votes
1 answer
118 views

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. ...
idzvilla's user avatar
3 votes
1 answer
608 views

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 ...
Ermat Alymbaev's user avatar
2 votes
1 answer
121 views

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 ...
Dave B.'s user avatar
  • 137
1 vote
2 answers
143 views

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 { ...
Dmytro Nosulich's user avatar
1 vote
0 answers
151 views

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 ...
Remco Poelstra's user avatar
0 votes
0 answers
148 views

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 ...
Phantom59's user avatar
  • 1,137
2 votes
1 answer
814 views

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 ...
Phantom59's user avatar
  • 1,137
3 votes
1 answer
857 views

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 ...
fer0n's user avatar
  • 1,423
0 votes
0 answers
347 views

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....
Waza_Be's user avatar
  • 39.7k

15 30 50 per page
1
2 3 4 5
245