If you have created the view in a nib file then you load the view from the current one. Inside the code for the button press you would have something like:
UIView *quizz = [[UIView alloc] initWithNibName: @"qizzView" bundle: nil];
[currentView addSubView:quizz];
Or possibly the superview would add the subview depending on how you have it set out and want the views to display.
hericles
Practically a Posting Shark
823 posts since Nov 2007
Reputation Points: 136
Solved Threads: 167