0

I'm trying to understand the relationship between the ViewController xib and the MainWindows.xib?

I clicked the mainwindow xib from the project navigator a window pops up that I can draw on and then I click the viewcontroller icon and another window pops up besides. I dragged a label onto the viewcontroller.xib and now I cant delete it.

I'm trying to understand the relationship between the two

Sorry for confusing question, just trying to find my way...

Thanks

Mantisimo
  • 4,203
  • 5
  • 37
  • 55

1 Answers1

1

You need to select it so it's highlighted, then press backspace, which will delete it.

sweaves
  • 572
  • 6
  • 18
  • Can you tell me the relationship between the MainWindow and the viewcontroller, thanks. – Mantisimo Jun 25 '11 at 11:04
  • I've figured it out. MainWindow.xib is the initial nib that gets called by the UIApplicationMain. The mainwindow.xib contains a delegate to the viewcontroller. – Mantisimo Jun 25 '11 at 11:17