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
Veteran Poster
1,065 posts since Nov 2007
Reputation Points: 156
Solved Threads: 228
Skill Endorsements: 10