Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content
Stack Overflow
  1. About
  2. For Teams
Loading…
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives
378 questions
Filter by
Sorted by
Tagged with
-1votes
1answer
70views

When I use navigationTitle in SwiftUI, the top padding becomes too large. However, in Apple’s own apps the top area is noticeably smaller and more compact. How can I achieve the same native look with ...
2votes
1answer
59views

I want to use NavigationStack with a custom navigation path array supporting multiple destination types. For example:enum A: Hashable { ... }enum B: Hashable { ... }NavigationStack(path: $...
1vote
1answer
167views

I have this view with a GroupBox at the bottom. I apply the concentric clipShape and it looks great:struct ContentView: View { var body: some View { VStack { Spacer() ...
0votes
2answers
115views

I have a form being loaded inside a navigation stack and I'm showing an image and title in the first form section with the code below:Form { Section { VStack { Image("...
1vote
2answers
128views

I am seeing multiple instances of my LoginViewModel in memory graph as NavigationStack re-renders / regenerates the view when path which is NavigationPath changes.Below is the simplified / sample ...
0votes
0answers
57views

I am writing a Universal App for macOS, iOS 26 and want to do a two column layout with NavigationSplitView.In the sidebar I have two NavigationLinks with a value of NavigationOption, which are used ...
0votes
0answers
108views

I am trying to build an iOS app where user profiles have a map component to them. The recursive navigation in my NavigationStack is causing memory problems since every map I add to the stack adds ...
1vote
0answers
105views

I'd like to achieve a layout similar to the one shown in the Apple Fitness app. When I insert a ScrollView into a TabView, everything works fine, but if I try to add a NavigationStack to wrap the ...
1vote
2answers
142views

I have simple setup to reproduce this:struct ContentView: View { var body: some View { NavigationStack { VStack { Rectangle() ...
1vote
1answer
312views

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 ...
0votes
0answers
97views

I have a simple sheet:.sheet(isPresented: $newContactSheetTrigger) { NewContactSheet() .presentationDetents([.large])}with the following code:import SwiftUIimport SwiftDataimport ...
0votes
1answer
137views

So by default on ios you can swipe from the edge of the screen to go back, and this question shows how to keep that while disabling the back button:Hide navigation bar without losing swipe back ...
1vote
3answers
94views

In SwiftUI, when I place multiple NavigationLink views directly inside a HStack, then put this HStack inside a List, clicking one link triggers ​all NavigationLink views, causing unexpected navigation ...
-1votes
1answer
153views

I'm working on a SwiftUI app to manage recipes. I present a list of recipes in RecipesListView, and when the user taps on one, I navigate to a RecipeDetailView. Inside that detail view, I allow the ...
3votes
5answers
2kviews

I have a NavigationStack that contains a ScrollView at the bottom of the screen.struct ContentView: View { var body: some View { NavigationStack { VStack { ...

153050per page
1
2345
26

Hot Network Questions

more hot questions
Newest swiftui-navigationstack questions feed

[8]ページ先頭

©2009-2025 Movatter.jp