Apologies if this newbie question has been asked many times before, but is it possible to consume a library created in Xamarin iOS from within a native iOS objective-C application? We would like to create a library containing business logic in C# that could then be consumed by an existing iOS application written in objective-c, without having to redo the iOS application from scratch in C#. Is this possible?
↧