Assuming I present a modal view B based on A, and then present a modal view C based on B.
Is there any way to dismiss both B and C and go back to A directly?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Assuming you use storyboards in XCode4.5, you can use the new unwind segue. Implement
in A. (You can leave the function definition empty.) Then in the controller of C right click on the new exit icon and connect the new entry to the control that shall initiate the unwinding.