m1entus / MZFormSheetPresentationController

MZFormSheetPresentationController provides an alternative to the native iOS UIModalPresentationFormSheet, adding support for iPhone and additional opportunities to setup UIPresentationController size and feel form sheet.
MIT License
974 stars 145 forks source link

Swipe to go back #25

Closed danielsaidi closed 8 years ago

danielsaidi commented 8 years ago

I love your lib - the simplicity in how to use it and how great it looks is just amazing. So first of all, thanks for that :)

However, I noticed that you cannot perform a left screen edge swipe to go back up the navigation stack. Do you have any idea how to solve this?

m1entus commented 8 years ago

Unfortunately, you would have to add your geture directly to MZFormSheetPresentationController or dimming view, check how is done transparent touch, and you would know where to add your gesture

danielsaidi commented 8 years ago

Hey, I just replied to my other feature request (I did not want to create issues, but could not find how to post a feature request) regarding a lib that I use that has these features. Check it out here - https://github.com/m1entus/MZFormSheetPresentationController/issues/26#issuecomment-142852157