Your outlets may not be nil, but it gets interesting if you have an application that has a view which can be put in a pane or its own separate window.
If you separate your view(s) into a separate nib from the window, you can run into a nil value for [view window] if you call it in the awakeFromNib of your view-nib's File's Owner
by Josh Benjamin — Nov 13
If you separate your view(s) into a separate nib from the window, you can run into a nil value for [view window] if you call it in the awakeFromNib of your view-nib's File's Owner