xcodeinterface-builderxcode3.2

Adding outlets to "Object" in Interface Builder in Xcode 3.2.3


I have watched some tutorials on making iPhone apps and I am trying to add outlets to the "Object" selection in the Interface Builder menu. However I notice in the tutorials that when the inspector is opened on the object and the far right tab is selected, there are two extra dialogs in addition to the Class Identity selection and Interface Builder Identity where outlets may be added. I can't find those. When I created my project, I selected a Window-Based iPhone project. Does anyone know why I can't access that outlet tool?


Solution

  • It looks like you are using an older version of xCode. I recommend you upgrade to the latest version 4.6.

    On the older version, you need to pick the template "View-based application" and not "Window-Based application.

    Hope this helps.