When to use MainWindow and when to use MainWindowController in MonoMac

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

+3
source share
1 answer

, , , , , MonoDevelop, XCode IB. , , Interface Builder XCode 4.0 +.

+1

All Articles