How to go back to current View Controller?
问题 I am implementing ECSlidingViewController in my app. Everything works fine, when I hit the menu button (UIBar) the left menu slides. But pressing the menu button again does not bring back the current ViewController . It works in the sample app, but I cannot find that line of code that brings back the current controller. Here is the code to show the menu: - (IBAction)menuButtonTapped:(id)sender { [self.slidingViewController anchorTopViewToRightAnimated:YES]; } Now I am looked everywhere for