I'm a C# developer and I want to port my app for MacOS. I installed all that monomac needs, but I can't find tutorials and samples for it. Can someone share links?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You can find some samples in the MonoMac github repository: https://github.com/mono/monomac/tree/master/samples |
|||
|
|
|
just a couple of links to start: |
|||
|
|
|
if your interested using cocoa from C# take a look to this - Video Tutorial and explore the MonoMac repository on github where you can find many C# projects covering various aspects of the OSX platform and frameworks, i think this require some skill about cocoa for which there is rich documentation accompanied by numerous ObjectiveC source examples on develeper.apple.com available to free members too. |
|||
|
|