python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
SwiftUI: how to keep single toolbar or ToolbarItem on the next view in NavigationView stack?
Each toolbar applied to the NavigationView destination is in fact separate toolbar, and one toolbar is changing to another with opacity transition.
How to keep one single toolbar or only ToolbarItem o...
bodich
Votes: 0
Answers: 0
SwiftUI: Problems with List inside TabViews inside NavigationView
I want to place a TabView inside a NavigationView with different titles depending on the selected tab. Inside those tabs I want to place a List view. See the code below:
struct ContentView: View {
@...
Simon Henn
Votes: 0
Answers: 0
NavigationViews in TabView displayed incorrectly
I'm using SwiftUI and want to build a paged TabView with two NavigationView pages I can switch between horizontally. The pictures below show how it's supposed to work:
Here is my code for above examp...
Simon Henn
Votes: 0
Answers: 1
Navigating back to main menu View in SwiftUI with Alert Button
I have an app with two defined views. I use NavigationView to move between them. I wanted the alert button to switch users back to Main Menu View and I have even found an answer, but after I used it, ...
Swantewit
Votes: 0
Answers: 2