This is the 4th and final part about incorporating an objective-c library in Xamarin. In my case I’m binding BEMCheckBox. In part 3 we used Sharpie to create a C# interface for the BEMCheckBox. In this post we will show how to use that interface. Finally you can find a working example of BEMCheckBox in Xamarin iOS here.
First take the APIDefinitions.cs and Structs.cs files in a location accessible to Visual Studio. Also take the BEMCheckBox.framework folder and move this location accessible to Visual Studio. For me this means moving the files to my Windows computer.
[Read More]