A tipping calculator developed in SwiftUI.
Project was built for a 360iDev talk I gave on building hybrid UI apps (mixing SwiftUI and UIKit in the same iOS app).
Recording of my 360iDev talk on building hybrid UI apps
See the tagged releases for before to see the code for the original calculator in SwiftUI.
See the tagged releases for after to see the code for the calculator in SwiftUI, with the segmented control swapped out for a UIKit component.
See the tagged releases for payscreen to see the code for the calculator in SwiftUI. The second screen, the payscreen, was built in UIKit.