- (IBAction)Q2;
{
Q2ViewController *Q2 = [[Q2ViewController alloc] initWithNibName:nil bundle:nil];
[self presentModalViewController:Q2 animated:NO];
}
- (IBAction)Lose;
{
LoseViewController *Lose = [[LoseViewController alloc] initWithNibName:nil bundle:nil];
[self presentModalViewController:Lose animated:NO];
}
simply changing views
dethklok1989 6 days ago
I've followed all these steps and yet when I build and run it says it has succeeded, but all it shows is a blank screen. Grey usually. Any ideas?
RDGnome 1 week ago
Hi - thanks for the tutorial. I get a little build-error though. After I have played the quiz I touch the round end-button on the iPhone-simulator, and close the quiz-app. Thereafter I touch the quiz-app again to replay, but now the app is at the state of either the win or lose-screen. In other words: my app doesn't reset... how come? (I am running XCode 3.2.6)
tdneren 1 month ago
Nice! Can you teach us how to make some shake controllers, drag controllers and tilt controllers?
garylu1999 1 month ago
Great videos! But I am having the same problem that a couple others posted about- I added more then 3 questions and when I click to go on to the 4th question the app crashes on the simulator. Went through and double checked the code, nothing is missing or out of place.
Please help as I really need to get in gear on developing apps :)
thanks again for your amazing tutorial!
rookieappdeveloper 9 months ago
veryusefull
Pashinki75 9 months ago
Thanks! Very nicely done :)
snishanths 10 months ago
this is qutie useful
wdw19891989 10 months ago
Thanks!
Daisy1279 11 months ago
Sorry, i need help again!! so i have done a lose screen that pops out when u click the wrong answer, but i want to put a boton on the lose screen to go to the menu, so they can start the game again, how do i do that...PLEASE HELP!
:D
sibotk 1 year ago