Hi team, I'm very new to SwiftUI development and have been plugging through the tutorial here
Now I want to try switching from a local JSON file to a remote server JSON response. I've looked over using URLRequest but have been running into various errors.
Can someone share how to go about switching the load method from local to remote, in beginner's terms?
Now I want to try switching from a local JSON file to a remote server JSON response. I've looked over using URLRequest but have been running into various errors.
Can someone share how to go about switching the load method from local to remote, in beginner's terms?