I want to move my app written on Swift in Ionic framework. What is the best way to achieve this?
Is there a workaround to write swift in Visual studio? What tools I need to set this project up.
p.s I work on PC and prefer visual studio
basically you need to re-write the whole logic/code of your application on a Javascript based framework and use Ionic/AngularJS for the Frontend.