Skip to content

johnsongs/JSSideSlipMenu

Repository files navigation

JSSideSlipMenu

CI Status Version License Platform

Preview

JSSideSlipMenu is a simple slide menu.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

JSSideSlipMenu is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'JSSideSlipMenu'

Usage

[[JSSideSlipMenu sharedSideSlipMenu] setMenuSideView:[JSMenuView class] withControlNavigation:navigationController];
  • JSMenuView is custom view
  • navigationController is rootController.

Use - (void)pushViewController:(UIViewController *)viewController in JSSideSlipMenu.m method to push next ViewController

Author

johnsongs, [email protected]

License

JSSideSlipMenu is available under the MIT license. See the LICENSE file for more info.