Problem with changing screens with Navigation Controller

0

I'm having a little problem, my App uses the Navigation Controller and a View Controller, I have declared strings that bridge the cells.

When you run the app it starts in the Navigation Controller and when I click on the items on the cell it goes to and displays the item clicked on the View controller.

And when you get back, double-click on the Navigation Controller which seems to have 2 Root View Controller.

Can anyone help me? Already, thank you.

    
asked by anonymous 24.06.2017 / 14:20

1 answer

0

Checks if you are not calling a performSelect before and after calling another event when selecting in the tableview. But if you can, post the code. I already had a similar problem, this usually happens when we use many callbacks and forget to "finish" the previous view.

    
16.07.2017 / 19:03