Monodevelop 2.8, XCode 3.2.6, Interface Builder: Outlets and Actions
问题 EDIT: Since I haven't installed XCode 4 yet, I would like to know if MD 2.8 is fully compatible with XCode 3.2.6 or not. In particular, Am I able to connect Outlets and Actions with the new procedure described in MT documentation? I've just installed MonoDevelop (MD) 2.8. It seems not working I was expecting. In MD 2.6 when I create a new UIViewController, that controller is presented like the following: Controller.xib <- inside the same tree Controller.xib.cs Controller.xib.designer.cs In