In my app I am presenting
many view one on the top of another.
So when I want to come out of all the views, I have to press cancel many times.
for example, HOME->OneViwe(modalView)->SubView(modalView).
How do I directly come to HOME from SubView?
Is there any way to directly come out from all the view?
Or can I dismiss one view after presenting another view? How?