fastred / SloppySwiper

UINavigationController delegate that allows swipe back gesture to be started from anywhere on the screen (not just from the edge).
MIT License
806 stars 107 forks source link

add swipe cancel #11

Closed GWesley closed 8 years ago

GWesley commented 8 years ago

fix a bug appear in a strange situation : when you push a controller and swipe back to the middle and hold it then press home key at the same time back to app, the controller you swiping will dismiss, now click push to the last controller again, your app will stuck

fastred commented 8 years ago

Thanks for the contribution!