我在常规UIViewController(不是UINavigationController)中使用UINavigationBar,并使用更新导航栏的内容>setItems:animated、pushNavigationItem:animated和popNavigationItem:animated,动画设置为YES。工作正常,除了我想要导航栏的交叉淡入淡出动画,而不是将前一个栏“推”到左侧或右侧的内置动画。到目前为止,我能看到如何执行此操作的唯一方法是使用setLeftBarButtonItems:animated、setRightBarButtonItems:animated并且可能