Hi On 20151026 15:19 , sams wrote:
Thanks Maury. Am I right in thinking that there's an option that allows use of the native mac UI using C# as a language?
You are right.
Check Mono.Mac samples https://github.com/mono/monomac/tree/master/samples http://www.mono-project.com/docs/tools+libraries/libraries/monomac/ <https://github.com/mono/monomac/tree/master/samples>https://github.com/xamarin/mac-samples if you want more support and automatic stuff you can go for Xamarin.Mac (commercial product).
I'm guessing its interacting with obj c in some way...
Through bindings. The same concept is in iOS. On Mac you are interacting with AppKit and on iOS with UIKit. Today with unified (64b) support most of the APIs are very similar if not the same. thanks regards Mel
-- View this message in context: http://mono.1490590.n4.nabble.com/Using-Mono-C-to-develop-simple-OSX-app-tp4666818p4666820.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
