Xamarin.iOS Binding Libraries / Native Frameworks
For some reason i need to use this native framework in my Xamarin.iOS app and the problem comes, that i have no idea how to make bindings properly. So as i understood correctly, this framework also uses another one framework and i'm little bit confused, what exactly i need to do? Questions : Do i need to implement static library(is this possible to do with native frameworks ) as it shows on official documentation of Xamarin ? Can i make bindings for native framework that is using another framework too or i need to implement them separately? Maybe i should re-write all these native frameworks