I have just started developing on MonoMac and MonoDevelop 3.0, and I'm really confused on where I am supposed to be routing up my IBOutlets and actions. In all of the samples, MainWindowController
is used to wire everything up. However, I just could not get anything to work except using MainWindow
instead.
Also, I'm a little thrown off because in several of the samples MainWindowController
shows up as a sub-folder to the nib. But when I new up a solution, it shows up as its own file.
Any help appreciated
Edit: I uploaded the project to GitHub: https://github.com/ucsbmrf/MonoMacTest