SwiftUIExpediainterview report
SwiftUI API loading state
A SwiftUI list screen loads data from a hotel API. To handle loading, success, no results, and error on screen without missing one, how would you model the state?
SwiftUI API loading state
A SwiftUI list screen loads data from a hotel API. To handle loading, success, no results, and error on screen without missing one, how would you model the state?
SwiftUIShort answerIntro
How is the way SwiftUI draws the screen fundamentally different from UIKit?
#swiftui
SwiftUIShort answerBasics
SwiftUI views have no viewDidLoad or viewWillAppear like UIKit. How does a view actually …
#task
SwiftUIMultiple choiceAdvanced
In a SwiftUI view that loads data, what's the correct statement about how these two piece…
#task
SwiftUIShort answerBasics
In a SwiftUI product editing screen, the parent view owns the product model and a child v…
#swiftui