Right now Compose for iOS really means iOS only and not also macOS as there is only a
ComposeUIViewController
(UIKit), right? Or is there a solution can host in a pure SwiftUI view and will work on macOS, too?
Is macOS support planned or do I have to go for a Catalyst app right now?
We plan to support Native MacOS as well in the future.
Dima Avdeev
04/19/2023, 12:42 PM
For now - it launches, but does not implement a lot of things
s
Stefan Oltmann
04/19/2023, 12:46 PM
Thanks. I can work with that.
I guess I will go for Catalyst for now and switch to the native macOS later.
The JVM app is for macOS is not suitable right now, because I work on a Photo app and people expect it to integrate with Apple Photos, which requires me to use PhotoKit.
g
Giuliopime
09/10/2023, 9:06 AM
Is there only this
Window
API in order to use compose components in macOS swiftUI? Isn't there something that can convert compose to swiftui views?