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

Adds convenience method to turn on and off the shadow as well as initializing it without a shadow. #42

Closed markrickert closed 9 years ago

markrickert commented 9 years ago
menu = open_menu Foo, left:Bar, shadow:false

or

my_menu.shadow = false
my_menu.shadow = true
jamonholmgren commented 9 years ago

:+1:

@ryanlntn @macfanatic ?

ryanlntn commented 9 years ago

:+1:

macfanatic commented 9 years ago

:+1:

markrickert commented 9 years ago

:heart: