Skip to content

Commit f36d092

Browse files
committed
Update README.md
1 parent 705b9b9 commit f36d092

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ iOS-Slide-Menu
33
iOS Slide Menu built on top of UINavigationController, with configurable buttons, reveal animations, and tap/swiper gesture recognizers.
44

55
- [Setup](https://github.com/aryaxt/iOS-Slide-Menu#setup)
6-
- [Switch ViewController](https://github.com/aryaxt/iOS-Slide-Menu#switch-between-viewcontrollers)
76
- [Enable/Disable Left/Right Menu](https://github.com/aryaxt/iOS-Slide-Menu#configuring-left-and-right-menu-for-different-viewcontrollers)
87
- [Public Properties](https://github.com/aryaxt/iOS-Slide-Menu#public-properties)
98
- [Public Methods](https://github.com/aryaxt/iOS-Slide-Menu#public-methods)
@@ -42,13 +41,6 @@ Setup
4241
return YES;
4342
}
4443
```
45-
Switch Between ViewControllers
46-
----------
47-
Let's say a menu item was selected
48-
```
49-
SomeViewController *vc = [[SomeViewController alloc] init];
50-
[[SlideNavigationController sharedInstance] switchToViewController:vc withCompletion:nil];
51-
```
5244
Configuring Left and Right menu for different Viewcontrollers
5345
---------
5446
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.

0 commit comments

Comments
 (0)