Reputation: 3
how can I call Mono libraries right from a native iPhone App? It is written in Objective-C, so MonoTouch is no option.
Thanks in advance, Alexander
Upvotes: 0
Views: 171
Reputation: 38528
You probably want to take a look at Mono's embedding API. You can find more info here: http://www.mono-project.com/Embedding_Mono
Upvotes: 1