Iphone navigate to previous/next viewController
问题 I have a viewController that displays the result of a query using a tableview). By taping on a row a I push a the childView and I set a navigationBar that contains 2 buttons on the right (Previous/Next). My question is : How can I switch to the previous or next "childView" when I tap on previous or next button? I would like to have also a transition effect while the view is switching? Any help? 回答1: I had a view that contained a list of camps, and touching one takes users to the camp details.