Quote:
Originally Posted by PhoneyDeveloper
So, viewcontroller.otherviewcontroller refers to the view controller and viewcontroller.view refers to the view and loads it from the nib if required. OtherviewController's nib is loaded when its view property is requested (by some code).
|
Yes, I understand that well, but what i don't understand is why the NIB isn't being loaded when i call for the view controller class that it represents. It's probably a moot point, as i plan on manually loading; or using, as you suggest, the navigation controller.