Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 426 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 426 Bytes

MASlidingMenu

Features

  • Works on iOS and Android
  • Support for non-view changing menu items
  • Uses 2DMatrix on iOS and Pedro Enrique's ti.draggable module on Android for better performance and reduces the weight on the UI thread
  • Supports methods and events just like a native view
  • Supports being prototyped!

TODO

  • Add iPad support
  • Code cleanup
  • Add support for more events
  • Add documentation