iOS Question Remove previous pages

nicieri

Active Member
Licensed User
Longtime User
Hi,

I have an App, that make a charge on credit cards..

When the app, make the charge, this will show a new page with the result.

The problem is that ... if the client push the back button, again the payment page is showed..

I need to remove it when the payment procceds.


I now this option NavControl.RemoveCurrentPage, but the last to this page is showed..

So.. I need to remove the last 2 pages before showing a result page.

How can I remove the 2 previous pages and not only the lastone??

Thanks
 
Top