Clancey / FlyoutNavigation

Other
95 stars 87 forks source link

Swipe Gesture to hide FlyOut #1

Closed Redth closed 12 years ago

Redth commented 12 years ago

Not sure how easy this would be without subclassing the actual root controller to be used, but it would be nice to have the option to use a swipe to left gesture, to bring the root view controller back into view, hiding the flyout view controller...

Clancey commented 12 years ago

Not sure this is something I want to implement. It could cause a lot of issues depending on what the user is doing with the view. It would be easy enough for the end user to add a swipe gesture on the view and have it call ShowMenu()

Clancey commented 12 years ago

Ok changed my mind. I added swipe support! It's now up.