Skip to content

motionprime/prime_sliding_menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrimeSlidingMenu

ECSlidingViewController integration for MotionPrime.

iPhone and iPad Mini screenshots

Installation

Add this line to your application's Gemfile:

gem 'prime_sliding_menu'

And then execute:

$ bundle
$ rake pod:install

Usage

class AppDelegate < Prime::BaseAppDelegate def on_load(app, options) open_screen :main, sidebar: true end end

class SidebarScreen < Prime::Screen def render # Add anything to menu end end

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages