Iphone 带代码的UINavigationcontroller中的“后退”按钮

Iphone 带代码的UINavigationcontroller中的“后退”按钮,iphone,uinavigationcontroller,Iphone,Uinavigationcontroller,如何在我的navigationcontroller中升级一级? 医生没有帮我 [self.navigationController popToRootViewControllerAnimated:YES]; 砰的一声扎到了根上(如上面所说) 也不管用 谢谢你的帮助 使用此功能: [self.navigationController popViewControllerAnimated:YES]; 使用此功能: [self.navigationController popViewControll

如何在我的navigationcontroller中升级一级? 医生没有帮我

[self.navigationController popToRootViewControllerAnimated:YES];
砰的一声扎到了根上(如上面所说)

也不管用

谢谢你的帮助

使用此功能:

[self.navigationController popViewControllerAnimated:YES];
使用此功能:

[self.navigationController popViewControllerAnimated:YES];

我以为我已经试过了,但还是出错了。谢谢,现在可以了:)我想我已经试过了,但是出现了一个错误。谢谢,现在它工作了:)