SwiftUIHSBCinterview report
Choosing SwiftUI or UIKit
You're adding a new account detail screen to a banking app built in UIKit. By what criteria would you decide whether to build this screen in SwiftUI or UIKit?
Choosing SwiftUI or UIKit
You're adding a new account detail screen to a banking app built in UIKit. By what criteria would you decide whether to build this screen in SwiftUI or UIKit?
SwiftUIShort answerIntro
How is the way SwiftUI draws the screen fundamentally different from UIKit?
#swiftui #uikit
SwiftUIShort answerBasics
In a SwiftUI product editing screen, the parent view owns the product model and a child v…
#swiftui
SwiftUIShort answerBasics
A counter screen built in SwiftUI has increment, decrement, and reset buttons plus a disp…
#swiftui
SwiftUIShort answerBasics
A SwiftUI list screen loads data from a hotel API. To handle loading, success, no results…
#swiftui