I have two views RootViewController and DetailViewController, when I am in DetailViewController, I want to back RootViewController
- Click back button
- Dropdown or pullup back (I want)


I don’t konw how to implement.
Thanks for your assistance.
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.
Try taking a look at this example code: Pull To Refresh. It’s for refreshing but you can easily adapt it for what you want to do.