Tag: pop

UINavigationController – popupanimation错误

大家好! 我遇到了UINavigationController的animation问题。 我有主细节视图。 查看一个button,这是打开的详细视图。 详细视图正确打开,正常的标题animation和内容滑动。 但是,当我点击返回button,标题animation正确,细节内容瞬间消失,而不是animation。 以下是问题演示的链接: https : //www.youtube.com/watch?v = C4UApAhEhx8 开放我使用标准 AboutViewController *aboutViewController = [[AboutViewController alloc] initWithNibName:@"AboutViewController_iPhone" bundle:nil]; [self.navigationController pushViewController:aboutViewController animated:YES]; 我试图用代码popup视图,没有后退button,但也有同样的问题。 对不起,我的英语不好。 谢谢!