0

I'm so noob at swift and I founded how to install ubuntu subsystem at Windows 10 and I want to create Swift GUI interfaces working at the ubuntu bash on windows.

Can I? Are there any way to do that from VSCode on windows?

aheze
  • 24,434
  • 8
  • 68
  • 125

1 Answers1

0

Unfortunately isn't possible build UI with Swift on Windows or Linux because you need UIKit or SwiftUI to do it and these libraries are just available for Apple devices.

rickramirr
  • 19
  • 3