app-bootstrap / SlideMenuView

An easy slidable menu for Objective-C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Objective-C 100.0%