python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Linking models to assets on Swift Playgrounds for iPad (no Xcode) -- iOS App Dev Tutorials
StackOverflow. This is my first post. Please excuse any issues with the format.
I've been trying to teach myself some iOS development in order to create an app to help me at work (I'm a farmer). I do ...
Lincon Bilibio
Votes: 0
Answers: 1
Add a ProgressView during a simple URLSession POST request in SwiftUI
I wanted to show a progress view during a simple URL POST request process. What I would like to do is the button to turn into a ProgressView spinner (usually it's default) as it's going through the re...
mikey186
Votes: 0
Answers: 1
Cannot convert value of type 'Int' to expected argument type 'string' in SwiftUI/Playgrounds
Kinda of a sequel to my other question that is already answered. Anyway, I have a URL session to send to a webhook. I have already set up the query which are strings, but one I tried to do along with ...
mikey186
Votes: 0
Answers: 1
Pre-fill a webhook response into the text field in SwiftUI
I made a simple SwiftUI webhook app in Swift Playgrounds that surprisingly supports URLSession when making a HTTP request. Now what I would like to see if there is a way to take that response (for ins...
mikey186
Votes: 0
Answers: 1