SwiftUI Central

SwiftUI Central

Follow
Follow
homebadges
Tag

UI

#ui

More content

Read more stories on Hashnode


Articles with this tag

SwiftUI - Automate UI regression

Apr 21, 20224 min read

Problem: How to automate regression on UI screens? Solution: Snapshot Tests ! SwiftUI and the Live Preview are a good matchThanks to them I was able...

SwiftUI - Automate UI regression

SwiftUI - Integrate UI without a ready backend

Feb 16, 20226 min read

Problem: How to integrate UI with a not ready backend? Solution: By decoupling the model returned by the API from the model that manages the UI...

SwiftUI - Integrate UI without a ready backend