How to go back to RootViewController from presentView controller?

后端 未结 4 1767
南方客
南方客 2021-01-14 06:15

I am developing a iPhone Photos Gallery app and In my app I created one folder into gallery and that gallery folder is shown up into my app and while use click on Image its

4条回答
  •  抹茶落季
    2021-01-14 06:45

    What is the method self.displayPhoto() doing? Do you want to call it after pop? It seems weird.

    Try adding a "return" at the line after self.navigationController?.popToRootViewControllerAnimated(true) to make sure that the execution stops there.

提交回复
热议问题