tags:

views:

13

answers:

0

I have an app that is modal in nature. For example, a sales screen is created modally. When the user presses done, I want this to happen:

a.) Display confirmation screen 1 followed by confirmation screen 2.

Trying to display one after another serially is not working. I am wondering how to code this?