Apologies
You must be signed in to watch this lesson.
Fetch UserDetails JSON
SwiftUI Mastery Travel Discovery
In this lesson, we'll get pump in dynamic data in our UserDetailsView by fetching different data sets through JSON. User Details Endpoint https://travel.letsbuildthatapp.com/travel_discovery/user?id=0

Comments (3)
leialey
3 years ago
Hey Brian, is there any particular reason you are injecting userID into UserDetailsViewModel and not the entire User instance?
Brian Voong
3 years ago
Igor Tkach
3 years ago
Brian is it possible to manage both Android and iOS both natively or it's just a dream of recruiters, I just wonder, what your percentage skill in iOS and building some server side with nodeJS for example is it possible to be a fullStack iOS or most of the senior iOS developer just focus on iOS only? Because i can't manage both, it's impossible for me, and for now with all UIKIt, RxSwift, SwiftUI, Combine it's even harder to switch between and some company set a job position that you must manage both Android Kotlin and iOS Swift, I think they just gone crazy about what they wanted to find, is somebody with those skill set even real?
dniswhite
3 years ago
forced to refactor. before playing the video I decided to create the ViewModel on my own and then update the view to use it. when I was all done I could not get Xcode to build everything and was forced to refactor the code a bit because it couldn't build all the items in the view. I chose to refactor the Posts into their own view and that cleared up my problem. Curious if you know or can explain the error that Xcode gives where it basically can't build the view and tells you to refactor things a bit.
Brian Voong
3 years ago
HELP & SUPPORT