我編寫像presentModalViewController不工作?
[UIView beginAnimations:nil context:NULL];
[UIView setAnimationDuration:1.0];
[UIView setAnimationTransition:UIViewAnimationTransitionFlipFromRight forView:mainDelegate.window cache:NO];
[mainDelegate.window addSubview:[self.calcentryController view]];
[UIView commitAnimations];
它工作正常按鈕動作,但是當我在calcentryController.m使用一個動作
[self presentModalViewController:self.weeklyScoreController animated:YES];
去另一個視圖控制器,它不工作的任何幫助請?