Quote:
Originally Posted by meowmix23F
Make sure that you added the
Code:
IBOutlet UIImageView *imageView;
in the header file, and also the @property() for it.
Also, make sure you don't open up mainwindow.xib, because that's not the right file.
|
Is this missing from the code at the top?
Sorry another Newb here - could the original post be updated if it is.
I'm getting this error
2009-04-17 15:37:26.599 accel[1328:107] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[UIViewController _loadViewFromNibNamed:bundle:] loaded the "accelViewController" nib but the view outlet was not set.'
Cheers
Chris