문제

I want to go to the very beginning of the UINavigationController after going deep several pages. If I try the following code, it will only go back one view.

[self.navigationController popViewControllerAnimated:YES];

I want to do this action on a "cancel" button placed on the top right.

도움이 되었습니까?

해결책

[self.navigationController popToRootViewControllerAnimated:YES];
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top