放置自定义动画代码以关闭 modalviewcontroller 的正确位置在哪里。
我尝试将以下内容放入 viewdiddisappear、viewwilldisappear 但行为不正确。有什么想法吗?谢谢!!
[UIView beginAnimations:@"suck" context:NULL];
[UIView setAnimationDuration:1.0];
[UIView setAnimationTransition:103 forView:self.navigationController.view cache:YES];
[UIView setAnimationPosition:CGPointMake(260, 431)];
[UIView commitAnimations];