SwiftUI - Integrate UI without a ready backend
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 display !
Simple example with this interface inspired by the Message app:
The row that displays a message ...
swiftuicentral.com6 min read