1
-(IBAction)gameplayButtonClicked{
GamePlayViewController *screen3 = [[GamePlayViewController alloc] initWithNibName:nil bundle:nil];
screen3.modalTransitionStyle = UIModalTransitionStyleCrossDissolve;
[self presentModalViewController:screen3 animated:YES];
[screen3 release];
}
我沒有看到任何泄漏。 – kennytm 2010-03-03 19:30:07
還未下雨。 – 2010-03-03 19:32:06
有沒有泄漏,沒有需要的水管工 – 2010-03-03 19:33:34