I am working on a xamarin.forms project that scans checks and deposits them. The company that supplies the component that I am using has an iOS and Andorid library. The iOS library (.a file) actually contains the ViewController code to work with the supplied XIB's. I think the workflow in a normal xcode project would be to simply start that ViewController and the component takes over from there, does the scanning UI and backing code then returns back to my form.
I have created a iOS binding project from the .a and header files. What I'm not sure about is how to deal with the XIB file that defines the form with the backing code in the library. I will need to solve this same problem on the Android side as well where they supply the layout file with the code for the activity back in the .aar file.
Any help or guidance would be much appreciated.
Thanks,
Steve