Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Swift library in Xamarin

Tags:

The article https://developer.xamarin.com/guides/cross-platform/macios/binding/ mentions how a native library written using Objective-C can be used in Xamarin. Is there any documentation available for doing the same with a native framework written in Swift? https://developer.xamarin.com/guides/ios/advanced_topics/embedded_frameworks/ talks about using embedded frameworks but it does not say anything about swift. Does the same thing work?

like image 245
Amruta Avatar asked May 24 '16 04:05

Amruta


1 Answers

Binding Swift libraries is not officially supported, but you can find a documentation on how to do it:

https://medium.com/@Flash3001/binding-swift-libraries-xamarin-ios-ff32adbc7c76

like image 159
Lucas Teixeira Avatar answered Oct 11 '22 13:10

Lucas Teixeira