Search code examples
macosxcode4monomonobjc

Adding outlets and actions in XCode 4 for a Monobjc Application


I've been following the tutorials in http://www.monobjc.net/ in order to do a small Mac app using monobjc for the GUI. However they are using Interface Builder 3 in order to create the actions and outlets that are needed and I can't find a way to add these into the app delegate when I edit the xib file in XCode 4. Is there a way to do this?


Solution

  • I have updated the documentation to include a step-by-step guide on how to create action/outlet.

    I hope it is clear enough for you to go with Monobjc/MonoDevelop/Xcode.