Xcode – Retrieving data using URLSession and ViewModel
I'm attempting to retrieve data for a user profile, and I'm not sure how to initialize the observable objects in my view model. I see a lot of examples of where an array of objects will be returned, but not…