exception 'NSInternalInconsistencyException', reason: '-[UIViewController _loadViewFromNibNamed:bundle:] loaded the nib but the view outlet was not set.
After some debugging I found that I had overridden setView function for another purpose. This messed up the property causing the above error to occur.
No comments:
Post a Comment