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 Keyboard Not Avoiding in PageTabeViewStyle
I have a very basic onboarding for my app where there are few screens in a tabview with the pagetabviewstyle, and I am having trouble getting the keyboard avoidance behavior to work.
If I have have th...
wms8463
Votes: 0
Answers: 1
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
Sheet can't be dismissed when removing a tab
In my app, I have two tabs. The second tab is shown or hidden based on some condition. I find if there is a sheet being presented in the second tab when the tab is to be hidden, the sheet can't be dis...

rayx
Votes: 0
Answers: 2
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