CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ | 
| LangLanguage | SwiftSwift | 
| License | MIT | 
| ReleasedLast Release | Nov 2015 | 
| SPMSupports SPM | ✗ | 
Maintained by matrixhero.
0.1.7 is more smoothly for touch
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.