-3

What exactly does the File's Owner and First Responder Placeholder in X code represent.can any one describe here in details and how to use it when we developing application.

Qantas 94 Heavy
  • 15,750
  • 31
  • 68
  • 83
Darshan
  • 2,272
  • 3
  • 31
  • 43

1 Answers1

1
  1. The File owner is the object that loads the nib . Ie. that object which receives the message loadNib Named: or initWithNibName: .

  2. So if you want to access any objects in the nib from the object after loading it , you set an outlet to the the file owner .