Advertisement
Guest User

Untitled

a guest
Apr 10th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. - (id)initWithCoder:(NSCoder *)aDecoder
  2. {
  3.     self = [self initWithNibName:@"Email" bundle:[NSBundle mainBundle]];
  4.    
  5.     return self;
  6. }
  7.  
  8. /*
  9. 415:c07] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[UIViewController _loadViewFromNibNamed:bundle:] loaded the "Email" nib but the view outlet was not set.'
  10. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement