2

We have a Common Java Library for to be use in both Android and IOS .. In Android It Is common But When It Comes to IOS is there any way to use Java Library In my project.. Please help If you have any Ideas.

2 Answers2

2

You can try using Google's tool J2ObjC. Basically it translates Java to iOS Objective-C.

Enrique Bermúdez
  • 1,740
  • 2
  • 11
  • 25
1

You cannot use a java library in a swift application, but you can use a java to swift converter to convert your java library to a swift library.