rubymotion-community / BubbleWrap

Cocoa wrappers and helpers for RubyMotion (Ruby for iOS and OS X) - Making Cocoa APIs more Ruby like, one API at a time. Fork away and send your pull requests
Other
1.18k stars 208 forks source link

Added edge param to when_screen_edge_panned method #441

Open FabianOudhaarlem opened 9 years ago

FabianOudhaarlem commented 9 years ago

When using UIScreenEdgePanGestureRecognizer we need to set the edge after initialization. Added the option to pass the edge to the method. All tests are still passing.

markrickert commented 9 years ago

Can you add a test that tests this specific functionality before I merge? Thanks!