Can I use apple virtualization in swiftUI? the tutorials use the Storyboard so I don't now if is possible.
Can I use apple virtualization in swiftUI?
Add a Comment
Can I use apple virtualization in swiftUI? the tutorials use the Storyboard so I don't now if is possible.
Same problem.
First check if your's apple silicon if not (like me) there's no luck whether with or not storyboard.
Then, in the WWDC session it says that the VM UI is a NSView so you can learn some AppKit and use NSViewRepresentable and then it's a swiftUI View.
i have an m1 MacBook Air.
The Open Source Project "VirtualBuddy" on Github uses SwiftUI and Virtualization.