Skip to content

app-bootstrap/SlideMenuView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

达峰xudafeng
达峰
and
Nov 13, 2017
96d227c · Nov 13, 2017

History

2 Commits
Apr 22, 2015
Nov 13, 2017
Apr 22, 2015
Apr 22, 2015
Nov 13, 2017
Apr 22, 2015
Nov 13, 2017

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