Can I create Swift GUI interfaces by programming on ubuntu bash?

394 Views Asked by At

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?

1

There are 1 best solutions below

0
rickramirr On

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.