Calling popToRootViewControllerAnimated after dismissModalViewControllerAnimated

前端 未结 4 1474
孤独总比滥情好
孤独总比滥情好 2021-01-05 14:04

I am working application in which i calling presentModalViewController and once finished(calling dismissModalViewControllerAnimated:YES) it should

4条回答
  •  甜味超标
    2021-01-05 14:39

    I guess, you are not calling the

    [self.navigationController popToRootViewControllerAnimated:YES];
    

    in the target modal viewcontroller. check that.

提交回复
热议问题