####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
}
FlowSlideMenu is available under the MIT license. See the LICENSE file for more info.
iOS9
-
Support to iOS7
-
Make code more better
-
Support to 4 orientation
-
Make doc
Guys,U can give me a star or submiting a issue for me~ I'will fix it soonly.