marcosgriselli / EasyTransitions

A simple way to create custom interactive UIViewController transitions
MIT License
1.68k stars 91 forks source link

Require TransitionInteractiveController gestureRecognizer to fail #26

Open bryan1anderson opened 5 years ago

bryan1anderson commented 5 years ago

There really is now way to do this that I can see. The gestureRecognizer has been marked as private. I have a horizontal UICollectionViewController. It triggers the dismiss action every time I touch it. Can't move forward until this is fixed or move to a different library.

Do you have any suggestions?

marcosgriselli commented 5 years ago

@bryan1anderson this shouldn't be too hard to support, let me see if I can add a temporal patch while I come up with a better more robust solution for the future.