icerockdev / moko-mvvm

Model-View-ViewModel architecture components for mobile (android & ios) Kotlin Multiplatform development

Home Page:https://moko.icerock.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mokoMvvmFlowSwiftUI support for macOS

19lmyers opened this issue · comments

Hello,
I noticed that the SwiftUI bindings aren't available on macOS.
Would it be possible to support macOS, or is it not possible?

i think it should be possible.
you can just copy-paste swift code now to your project and use with macos
https://github.com/icerockdev/moko-mvvm/tree/master/mvvm-flow/apple/xcode/mokoMvvmFlowSwiftUI

That's what I did and it works, thanks.