0
我知道這是你如何設置模式的故事板賽格瑞或presentViewController:animated:completion
動畫:如何設置自定義解僱動畫的UIViewController
- (id<UIViewControllerAnimatedTransitioning>)animationControllerForPresentedController:(UIViewController *)presented presentingController:(UIViewController *)presenting sourceController:(UIViewController *)source {
return [[BounceAnimationController alloc] init];
}
但你如何設置一個解僱視圖控制器?
的可能的複製[UIViewController中 - 自定義問題解僱過渡(http://stackoverflow.com/questions/ 24085867/UIViewController中發出與 - 定製解僱過渡) –