iOS Question Back button problem

Pablo Torres

Active Member
Licensed User
Longtime User
Hi, I have a problem with the back button, I have a project with 5 pages : Inicio, Opciones, Listado, Datos and Favoritos.
The app start with Inicio, if the user goes to Opciones then Listado and then Opciones again, and if then the user presses the back button the NavControl will show Inicio, but at this point I would like it to show Listado
How can I do that?
I tried several things but didn't succeed

Tried navcontrol.removecurrentpage, navcontrol.setpagesstack, etc

Tried to keep a list with the track of the pages, etc

did not succeed at all

can anyone illuminate me please?

thanks
 
Top