At first I thought the nib only produced the sub view (the destination object instance that had an owner, namely, the view controller).
Now from my understanding (or misunderstanding) the view controller (the owner) is actually contained in the same nib file when an outlet is being used.
Does this mean that both the view controller AND the view are 'produced by' or instantiated by the nib file?
Thanks