(Yes, i'm a newb.)
I'm reading through/using as a reference SamsTeachYourself iPad Application Development.
I can create a SplitView, no problem.
I can create a MultiView, no problem.
I want to put my SplitView into the MultiView.
Tried to drag/drop the files (renaming them, of course), and that crashed the program on launch.
Tried to recreate the files in the Multiview app; that also causes the app to crash as soon as I click the button to produce the view.
The kill log comes up as:
Terminating app due to uncaught exception 'NSInternalInconsistancyException', reason: '- [UIViewController _loadViewFromNibNamed:bundle:] loaded the "InfoPanel" nib but the view outlet was not set.'
Any idea what i'm doing wrong or how to go about it easier?
I'm reading through/using as a reference SamsTeachYourself iPad Application Development.
I can create a SplitView, no problem.
I can create a MultiView, no problem.
I want to put my SplitView into the MultiView.
Tried to drag/drop the files (renaming them, of course), and that crashed the program on launch.
Tried to recreate the files in the Multiview app; that also causes the app to crash as soon as I click the button to produce the view.
The kill log comes up as:
Terminating app due to uncaught exception 'NSInternalInconsistancyException', reason: '- [UIViewController _loadViewFromNibNamed:bundle:] loaded the "InfoPanel" nib but the view outlet was not set.'
Any idea what i'm doing wrong or how to go about it easier?