thiagoperes / IDMPhotoBrowser

Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more
MIT License
2.71k stars 642 forks source link

On close the browser with verticalGesture there is delay before the presenting view gets interactive #233

Open ilant opened 7 years ago

ilant commented 7 years ago

After close the browser with verticalGesture - where is delay before the presenting view controller gets interactive (you can't tap or scroll it). Maybe need to set the animated param for "dismissPhotoBrowserAnimated" inside "doneButtonPressed()" function to "NO" when coming from "panGestureRecognized's .ended state" ?

toby-pondr commented 7 years ago

I agree. I'm not allowing the ability to close the gallery via swipe gesture until this is sped up. There is just that slight delay where the view controller presenting vc becomes interactive again