0
I have a small problem, my App uses the Navigation Controller and a View controller, I have declared trails that bridge the gap between Cells.
When running the app starts in Navigation Controller and when I click on the Cell items goes to and displays the item clicked in View controller.
And when you come back, you go back twice to Navigation Controller which I think has 2 Root View Controller.
Can someone help me? From now on my thanks.
Anselmo, what did you mean by "go back twice"? I don’t understand...
– Andreza Cristina da Silva
I want to say this: when I am in the table view with items in the list, and choose anyone. I go in a single view with the chosen item. When returning to the table view of the items it goes back twice. As if back to table view and then to navigation controller
– An. Jorge
I added more print
– An. Jorge
Is there a possibility that you are double clicking on the item? This has already happened to me... If you click twice and have no protection on this, it goes twice to the landing page and then has to go back twice... If not, you can post the code?
– Andreza Cristina da Silva
I’m certainly not clicking 2x on the item, I’ll take a look at the code
– An. Jorge
You are probably Stacking another view controller instead of doing the following in the correct way. You can only be sure if you post your code showing how you are navigating from one controller to another.
– Leo Dabus
I will post the code, but for now I only have a following that connects to Cell a table view controller the details of the list items
– An. Jorge