Skip to content

OlexandrStepanov/OSBlurSlideMenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSBlurSlideMenu

iOS slide menu view controller with blurring effect.
OSBlurSlideMenu demonstration
http://youtu.be/pYfWmO8RRoI

Requirements

  • Xcode 5 or higher
  • Apple LLVM compiler
  • iOS 6.0 or higher
  • ARC

Demo

Build and run the OSBlurSlideMenuDemo project in Xcode to see OSBlurSlideMenu in action.

Installation

All you need to do is drop OSBlurSlideMenu folder into your project, and add #import "OSBlurSlideMenu.h" to the top of classes that will use it.

Example Usage

The main class to use is OSBlurSlideMenuController. Method for initialization:

- (id)initWithMenuViewController:(UIViewController *)menuViewController andContentViewController:(UIViewController *)contentViewController

Refer to OSBlurSlideMenuDemo for live sample of usage.

Acknowledgements

For blurring used stack blur from https://github.com/tomsoft1/StackBluriOS. Inspired by http://vimeo.com/69072524.

License

OSBlurSlideMenu is available under the Apache v2.0 license. Refer to LICENSE file for details.

Copyright © 2014 Oleksandr Stepanov.

About

iOS slide menu view controller with cool blurring effect.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published