0
切換視圖控制器時,我希望能夠在切換時更改切換。目前,這是默認的過渡,這是覆蓋垂直,我希望它是交叉溶解。以編程方式切換視圖控制器時更改切換類型
下面是切換視圖控制器代碼:
SecondViewController *secondViewController =
[self.storyboard instantiateViewControllerWithIdentifier:@"secondViewController"];
[self presentModalViewController:secondViewController animated:YES];
我會拿看看這個:http://stackoverflow.com/questions/1406037/custom-animation-for-pushing-a-uiviewcontroller – Katamaritaco