0
新しいビューを呼び出すときにUIViewAnimationTransitionCurlUpを追加しましたが、うまくいきましたが、UIViewAnimationTransitionCurlDownを以下のコードを使用して別のビューを呼び出そうとしたときに機能しません。iPhone UIViewAnimationTransitionCurlDownの問題
申し訳ありませんが、これは愚かな質問ですが、私はこれに新しいと私が間違っていたのだろうかと思っていた。
ありがとうございました。
ViewController *getPage = [[ViewController alloc] initWithNibName:@"ViewController" bundle:[NSBundle mainBundle]];
getPage.modalTransitionStyle = UIViewAnimationTransitionCurlDown;
[self presentModalViewController:getPage animated:YES];