Skip to content
 
 

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

ENSwiftSideMenu

A simple side menu for iOS 8 written in Swift language. Using UIDynamics, UIGestures and UIBlurEffect.

##Demo

##Requirements

  • Xcode 6
  • iOS 8

##How to use

  1. Import SideMenu.swift and MenuTableViewController.swift to your project folder
  2. Set your view controller responds to SideMenuDelegate protocol
  3. Implement sideMenuDidSelectItemAtIndex(index: Int) function in view controller
  4. Initilize the menu with source view and menu item titles:
  sideMenu = SideMenu(sourceView: self.view, menuData: ["UIDynamics", "UIGestures", "UIBlurEffect"])

Customize menu table view cells in MenuTableViewController.swift

About

A simple side menu for iOS 8 written in Swift language. Using UIDynamics, UIGestures and UIBlurEffect.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors