Search code examples
c#objective-ccocoauser-interfacemonobjc

Monobjc and Mac UI for Windows Application


I've got an application which was written in C# and is running on Windows and Linux using Mono. Now we need a native user interface for the Mac. Is there a way of doing this using Monobjc? Did anyone ever work with it? Is there any other approach?

Thanks for your help
–f


Solution

  • MonoMac can help you achieve this. While I've only played with it briefly, it seems pretty stable but is a seperate download. This seems to be the preferered way to do this and is actively supported while Cocoa# is being fazed out

    Here's a link with more details about different approaches

    See this answer for more information