From f36d092d320648efb2f008f954d19458726805b2 Mon Sep 17 00:00:00 2001 From: Aryan Ghassemi Date: Fri, 1 Aug 2014 09:54:35 -0700 Subject: [PATCH] Update README.md --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 8ac254e..9254fbc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ iOS-Slide-Menu iOS Slide Menu built on top of UINavigationController, with configurable buttons, reveal animations, and tap/swiper gesture recognizers. - [Setup](https://github.com/aryaxt/iOS-Slide-Menu#setup) -- [Switch ViewController](https://github.com/aryaxt/iOS-Slide-Menu#switch-between-viewcontrollers) - [Enable/Disable Left/Right Menu](https://github.com/aryaxt/iOS-Slide-Menu#configuring-left-and-right-menu-for-different-viewcontrollers) - [Public Properties](https://github.com/aryaxt/iOS-Slide-Menu#public-properties) - [Public Methods](https://github.com/aryaxt/iOS-Slide-Menu#public-methods) @@ -42,13 +41,6 @@ Setup return YES; } ``` -Switch Between ViewControllers ----------- -Let's say a menu item was selected -``` -SomeViewController *vc = [[SomeViewController alloc] init]; -[[SlideNavigationController sharedInstance] switchToViewController:vc withCompletion:nil]; -``` Configuring Left and Right menu for different Viewcontrollers --------- You decide whether to enable or disable slide functionality on each viewController by implementing the following delegate methods of SlideNavigationControllerDelegate. These methods are optional, and if not implemented the menu functionality will be disabled for that particulat viewController.