When we use the loadNibNamed method to get nib file, why will return a array, is not a nib file name corresponds to a nib file? I try to print this array\'s count, I found it al
This is because NIB/xib files can also contain more than one view representation. So within the array you can access all of the contained views.