4
カスタムSegueを作成して、ViewControllersをカールアップアニメーションと入れ替えることができますが、私は方法を見つけることができません。これは何のために実行されますか?UIViewAnimationOptionTransitionCurlDownでカスタムSegue
私はこの
-(void)perform{
UIViewController *dst = [self destinationViewController];
UIViewController *src = [self sourceViewController];
[UIView beginAnimations:nil context:nil];
//change to set the time
[UIView setAnimationDuration:1];
[UIView setAnimationBeginsFromCurrentState:YES];
[UIView setAnimationTransition:UIViewAnimationTransitionCurlUp forView:src.view cache:YES];
[UIView commitAnimations];
}
を持っている。しかし、私はとにかく、あなたの助けに感謝をビューを変更し得ることはありません!