I am trying to bind swift code to Xamarin iOS with help of sharpie pod. Is it possible? Am I correct in my approach
Hi @KarthikRam
Until we have tooling available to bind a Swift library, you will need to create a bridged Objective-C binding. This means you will need to expose your Swift API via an Objective-C library which in turn is bound by Sharpie.
Answers
Hi @KarthikRam
Until we have tooling available to bind a Swift library, you will need to create a bridged Objective-C binding. This means you will need to expose your Swift API via an Objective-C library which in turn is bound by Sharpie.