Skip to content

kenzan8000/KZNSideMenuViewController

Repository files navigation

KZNSideMenuViewController

===============

Feature

Screenshot

Installation

CocoaPods

If you are using CocoaPods, then just add KZNSideMenuViewController to you Podfile.

pod 'KZNSideMenuViewController', :git => 'https://github.com/kenzan8000/KZNSideMenuViewController.git'

Manually

Simply add the files in the KZNSideMenuViewController directory to your project.

Example

    sideMenuViewController.centerViewController = centerViewController;
    sideMenuViewController.leftViewController = leftViewController;
    sideMenuViewController.rightViewController = rightViewController;
    if ([centerViewController isPresentSideMenuViewController]) {
        [centerViewController dismissSideMenuViewControllerAnimated:YES];
    }
    else {
        [centerViewController presentSideMenuViewControllerAnimated:YES
                                                               side:kKZNSideMenuViewControllerSideLeft];
    }

License

Released under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published