I wanted to replace .xib files of an iPad app with iPhone version,so I created a xib file and lined all the IBOutlet objects, then I set file's owner, but it still went like this:
'NSInternalInconsistencyException', reason: '-[UIViewController _loadViewFromNibNamed:bundle:] loaded the "LoginVC" nib but the view outlet was not set.'
so have I missed something?where the problems may lie?thanks for any kind advice.