Skip to content

app-bootstrap/SlideMenuView

Repository files navigation

SlideMenuView

Preview

preview

Usage

Installation

copy SlideMenuView.h, SlideMenuView.m into your project.

Add the following import to the top of the file:

#import "SlideMenuView.h"

Configuration

UINavigationController *nav = [[UINavigationController alloc] initWithRootViewController:mainSide];
SlideMenuView *slideMenu = [[SlideMenuView alloc] initWithRootController:nav];
...
self.window.rootViewController = slideMenu;

License

The MIT License (MIT)

Copyright (c) 2015 xdf

About

An easy slidable menu for Objective-C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published