views:

44

answers:

0

I have lots of existing business logic in C# assemblies, and I'd like to reuse them in an iOS project.

I'd like to build a library in MonoDevelop and "reference" it from my Xcode project (to use the .NET terminology).

Is this possible? If so, how?