I have a program written in Java (for Android). Now you need to write a similar for iOS. In my program, the model is quite well separated from the UI, and all this logic in the iOS program will be the same. I began to rewrite it all with my hands, but now I understand that it will take too much time. Especially when errors appear, it will be necessary to make the same changes in both applications.
Is it possible to somehow quickly generate Objectve-C code from Java code?