我试图用动画在屏幕上推动一个新的视图控制器,但这并不起作用。我使用这段代码:
PhotosViewController *controller = [self.storyboard instantiateViewControllerWithIdentifier:vcID];
[self.navigationController pushViewController:controller animated:YES];
但即使设置animated:YES
也没有动画。
你知道是什么原因造成的吗?
提前致谢