StateUI — a Swift declarative UI layer for .NET MAUI
Swift Forums
StateUI — a Swift declarative UI layer for .NET MAUI
Hi everyone, I've been working on StateUI: https://github.com/idexus/StateUI It started as an experiment — how far could Swift go as the application and UI language outside the Apple stack, without building yet another cross-platform widget toolkit? Swift does the declarative UI, the state and the reconciliation; .NET MAUI provides the controls and the platform layer on iOS, Android, Windows and Mac Catalyst. A view looks like this: struct CounterPage: ContentPage { @State private var c...
0 comments
No comments yet.