If you've also defined a loadView
method that creates the view, it is possible based on how you initialize it. If you initialize it using alloc-init
and the nib name is not the same as class name, then you can have a case where the outlet is nil. But Chuck's answer seems more reasonable to assume.