/FlowSlideMenu

A FlowSlideMenu is written in swift and amazing effect for touch!

Primary LanguageSwiftMIT LicenseMIT

FlowSlideMenu-SWIFT

Platform Language License

A FlowSlideMenu like this

Showcase ####Hits 0.1.7 is more smoothly for touch

####CocoaPods

pod 'FlowSlideMenu'

##Usage

###Setup

Add import FlowSlideMenu in your file

In your app delegate:

func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {

    // create viewController code...
        
    let slideMenu = LLFlowSlideMenuVC(mainViewController: mainvc, leftViewController: leftvc)
    self.window?.rootViewController = slideMenu
    self.window?.makeKeyAndVisible()    

    return true
}

Inspired

SlideMenuControllerSwift

License

FlowSlideMenu is available under the MIT license. See the LICENSE file for more info.

Requirement

iOS9

Future

Support to iOS7

Hope

Guys,U can give me a star or submiting a issue for me~ I'will fix it soonly.