I was just starting to develop on MonoMac and MonoDevelop 3.0, and I really got confused about where I should collect my IBOutlets and activities. All samples MainWindowControllerare used to connect all devices. However, I simply could not get anything to work other than use MainWindow.
In addition, I am a little discarded because in several samples it MainWindowControllerappears as a subfolder to nib. But when I am new to the solution, it appears as its own file.
Any help appreciated
Edit: I uploaded the project to GitHub: https://github.com/ucsbmrf/MonoMacTest
source
share