infinitered / ProMotion-menu

RubyMotion gem allowing you to easily setup a facebook or Path style hidden slide menu easily with the ProMotion gem.
74 stars 29 forks source link

Removed PKRevealController in favor of MMDrawerController #25

Closed macfanatic closed 10 years ago

macfanatic commented 10 years ago

Remove outdated and unsupported PKRevealController, instead moving to MMDrawerController as the supporting cocoa pod.

Allows for seamless transition, and to expose many few features and gestures in future updates to our gem.

jamonholmgren commented 10 years ago

I haven't tried the others, but was able to get MMDrawerController working pretty well. Here's a basic implementation:

https://github.com/jamonholmgren/pm_slide_menu/blob/master/app/app_delegate.rb#L9-L28

pencilcheck commented 10 years ago

MMDrawerController is awesome :+1:

kapso commented 10 years ago

Just implemented MMDrawerController with promotion looks great :thumbsup:

jamonholmgren commented 10 years ago

:+1:

macfanatic commented 10 years ago

@jamonholmgren Tested this out in a quick example, added default gestures to hide/show the drawers - but other than that, I think we're good and going to merge all this in.