UISplitViewController : how to present master view in the detail view by button event instead of via a swipe gesture
问题 Swipe gesture is cool to present master view in portrait orientation. But I want to know how to present the table by button event instead of via a swipe gesture. I do not want to present popover, I like the slide animation. Any comments will be appreciated. 回答1: For future reference, by setting the split view controller delegate and implementing this two methods you should be ready to go. - (void)splitViewController:(UISplitViewController *)svc willShowViewController:(UIViewController *