Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
5 votes
1 answer
2k views

I’m reviewing my apps for iOS 26 and noticed a UI change. In previous iOS versions, when I defined an AccentColor in the Asset Catalog, the back button in a NavigationView automatically adopted that ...
mattialerda's user avatar
0 votes
0 answers
48 views

I'm trying to create a navigation drawer in Android Studio. However, the NavigationView view in the XML file takes up the whole screen and prevents me from viewing the Toolbar and other features. How ...
999's user avatar
  • 17
0 votes
0 answers
43 views

When push a new page using navigationview and request contact permission before system alert appear. The page pop by itself. How to solve the problem. Tried push this page, fullscreenover this page, ...
mmy's user avatar
  • 1
1 vote
2 answers
190 views

I'm trying to change the background of the NavigationView Frame or content. I set the background to Acrylic, and the Frame in the NavigatioView is not the same color as the NavigatioViewItem in the ...
Ariel P's user avatar
  • 47
0 votes
1 answer
513 views

I am creating an onboarding flow for an iOS app with the UI written in SwiftUI SwiftUI has a NavigationView UI component that uses NavigationLinks to enable a user to move to the next view However, ...
TestinginProd's user avatar
2 votes
0 answers
98 views

I have code with NavigationView and some NavigationLinks so one of them has toolbar modifier. My problem is that when I select first NavigationLink toolbar button act normally, but when I go to second ...
TimParker's user avatar
1 vote
0 answers
134 views

I have a multiple root navigationView in swiftui view, I am setting the root based on a state variable, the issue is that when I am navigating to a screen from a push notification click and then click ...
Muhammad Noamany's user avatar
0 votes
1 answer
198 views

Hokahey, I've tried setting navigationBarBackButtonHidden(true), but it doesn't work for me as expected. I'm trying to add a custom NavigationView Toolbar on the second screen. When I select the first ...
rotecodefraktion's user avatar
-1 votes
1 answer
93 views

When the NavigationView is placed outside the TabView, dismissing a sheet may cause an error view to be displayed. (In SwiftUI, when the MyView popup sheet then dismissed, the MyView should be ...
jifei's user avatar
  • 111
1 vote
1 answer
64 views

There is a toolbar button to change the viewStyle in ContentView. When the viewStyle is changed, MyPage will regenerate the List based on the viewStyle. However, after generation, the distance between ...
Mandroid's user avatar
  • 249
1 vote
0 answers
24 views

I have a menu with a few items, which are displayed or hidden depending on if the user is logged in. If the user has logged in, I show an item option to sign out. When this happens, I launch the home ...
xerez's user avatar
  • 89
1 vote
1 answer
633 views

I'm aware it's possible to manipulate sidebar width for a NavigationSplitView like this.- NavigationSplitView { Text("Sidebar") .navigationSplitViewColumnWidth(min: 100, ideal: ...
ssantos's user avatar
  • 16.6k
0 votes
1 answer
262 views

I'm trying to change the font and padding on the title ("My Title")? So i'm setting the .navigationTitle to have the nice List behavior where as you scroll past the title, it updates the ...
P. Sami's user avatar
  • 2,217
0 votes
3 answers
317 views

Here is three view,ContentView,ListView and MyView。Click first bottom icon show ListView,then click NavigationLink display MyView.Click the button display sheet,dismiss the sheet the ListView ...
jifei's user avatar
  • 111
2 votes
4 answers
1k views

How to disable sidebar minimization in macOS? In app like App Store, Music, Reminders, Mail, Messages this is disabled. In an app like Feedback Assistant, there is a critical error - after minimizing ...
user avatar

15 30 50 per page
1
2 3 4 5
52