Hello group,
I've been having problems with the UINavigation Controller. I have many "pages" on my controller that takes me into different "branches/pages", but they seems to not "pop" back (navigate back) to the correct place. I think it has something to do with the "pageIndex", but I cannot figure out how to make it do what I want.
I've attached a graphic to show what I want. If anyone has any ideas on how to do this without the page index messing up the "back" button I would appreciate it.
and it works correctly. The pageindex only used to set the main page (PageIndex=0), it's not neccesary on the other pages. They'll appear in the order you Push (go forward) or Pop (go backward) them. Notice, that you can Pop only a page that has been Pushed before.
I hope it helps.
Greetings
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello group,
I've been having problems with the UINavigation Controller. I have many "pages" on my controller that takes me into different "branches/pages", but they seems to not "pop" back (navigate back) to the correct place. I think it has something to do with the "pageIndex", but I cannot figure out how to make it do what I want.
I've attached a graphic to show what I want. If anyone has any ideas on how to do this without the page index messing up the "back" button I would appreciate it.
https://drive.google.com/folderview?id=0BzB2kZI5pKPSZVVsMFF4TTRTQWc&usp=sharing
Many thanks.
Bryan
Here the attachment if the link does not work.
Thanks,
Bryan
I think I may have figured it out by adjusting the PageIndex into a logical order.
Brayn
Hi!
How do you pop the next page to the controller? I use
and it works correctly. The pageindex only used to set the main page (PageIndex=0), it's not neccesary on the other pages. They'll appear in the order you Push (go forward) or Pop (go backward) them. Notice, that you can Pop only a page that has been Pushed before.
I hope it helps.
Greetings
Thanks Fenistil!
Yes, I use the same method.
I'm not sure why it was not working correctly at first, but it seems to work ok now.
Cheers,
Bryan