MatrixHero / FlowSlideMenu

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Todo

  • Support to iOS7

  • Make code more better

  • Support to 4 orientation

  • Make doc

Hope

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

About

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

License:MIT License


Languages

Language:Swift 98.9%Language:Ruby 1.1%