What is the File’s Owner (in Interface builder)?
Two points to be remembered: The File owner is the object that loads the nib, i.e. that object which receives the message loadNibNamed: or initWithNibName:. If you want to access any objects in the nib after loading it, you can set an outlet in the file owner. So you created a fancy view with lots … Read more