alxppp
alxppp

Reputation: 3

Calling Mono libraries from native iPhone App

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

Answers (1)

jstedfast
jstedfast

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

Related Questions