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
Getting the out of range index error when trying to make a Page Tab View from API array
This is my Model:
class Api {
func getRockets(completion: @escaping ([Rocket]) -> ()) {
guard let url = URL(string: "https://api.spacexdata.com/v4/rockets") else { return }
...
bowtie
Votes: 0
Answers: 1
SwiftUI TabView with tabViewStyle page runs in iOS simulator but crashes on device
I'm trying to create a SwiftUI iOS app with a NavigationLink at the top level, and a TabView detail view, that uses .page, so I can swipe between tabs. And yes, I know the TabView is typically at the ...
SDGary
Votes: 0
Answers: 1