Use C # MonoDevelop Class in Xcode Solution

I have a MonoDevelop project with one class with a static method that I would like to reference and use in the standard Objective-C project in X-Code. Is it possible?

+5
source share
1 answer

I'm not an expert on this, but have you looked at this question on Mixing C # with Objective-C ?

(originally posted as comment)

+1
source

All Articles