iOS Question NavController

moore_it

Well-Known Member
Licensed User
Longtime User
Hi all,

i've four pages loaded in sequence

from main
navcontroller.showPage(page1)
from page 1
navcontroller.showpage(page2)
from page 2
navcontroller.showpage(page3)
etc.

what's the best way to return to the main (clearing the stack of pages in navcontroller) and reload the page 1 ?

thanks in advice
Toni
 
Top