ECSlidingViewController integration for MotionPrime.
Add this line to your application's Gemfile:
gem 'prime_sliding_menu'
And then execute:
$ bundle
$ rake pod:install
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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request