I created an app using the Utility template in Xcode.
I can add controls to the main view by editing the NIB and they show up. If I add anything to the flipside view, they do not.
I just fire up Xcode, choose new project, choose the Utility template, call it Test, add a label to the FlipsideView.xib using IB, save it then run. This results in a blank flipside view.
I can add controls/labels to the main view with no problem - just the flipside seems to give me problems. I discovered this after I had built my mainview app and now I want to use the flipside to configure parameters.
Is there something I need to do to make the controls(even a simple label) appear in the flipside view?
Using Xcode 3.1.2 on an iMac G5.
I can add controls to the main view by editing the NIB and they show up. If I add anything to the flipside view, they do not.
I just fire up Xcode, choose new project, choose the Utility template, call it Test, add a label to the FlipsideView.xib using IB, save it then run. This results in a blank flipside view.
I can add controls/labels to the main view with no problem - just the flipside seems to give me problems. I discovered this after I had built my mainview app and now I want to use the flipside to configure parameters.
Is there something I need to do to make the controls(even a simple label) appear in the flipside view?
Using Xcode 3.1.2 on an iMac G5.