iOS slide menu view controller with blurring effect.
http://youtu.be/pYfWmO8RRoI
- Xcode 5 or higher
- Apple LLVM compiler
- iOS 6.0 or higher
- ARC
Build and run the OSBlurSlideMenuDemo
project in Xcode to see OSBlurSlideMenu
in action.
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.
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.
For blurring used stack blur from https://github.com/tomsoft1/StackBluriOS. Inspired by http://vimeo.com/69072524.
OSBlurSlideMenu is available under the Apache v2.0 license. Refer to LICENSE file for details.
Copyright © 2014 Oleksandr Stepanov.