####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
}FlowSlideMenu is available under the MIT license. See the LICENSE file for more info.
