How do I develop a GUI for my MonoMac applications? I can’t find any option in MonoDevelop.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can only create a MonoMac application on Mac OS X within MonoDevelop, and then use Interface Builder (or Xcode 4+) to modify the GUI. More information can be found on the developers’ blogs, such as
http://mjhutchinson.com/journal/2010/06/09/monomac_in_monodevelop
This is quite similar to MonoTouch development.