-
-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend or override backdropview #614
Comments
Thanks for your request. I'm considering enabling to assign an instance of a custom BackdropView. [Added] I've created iss-614 branch to enable to use a custom backdrop view. I also added a custom backrdop view with blur in the Samples example. Just check it. |
Thanks 🙏🏻 |
I had, for now, import brutally the pod into the project and updated the backdropview as the follow, maybe you can have some better ideas how to propagate the gesture in the presenting viewcontroller
|
Nice, when will you merge into |
I will release the |
Hello,
I needed for a project to subclass the background view, or make my own uiview class,
for set it as transparent backdropview (I did set it as .clear color with alpha 1.0) and when selected,
not only have a dismissal of the modal, but to propagate the tap event in the parent view controller,
so if the user tap a "close" button behind the modal, that button was trig as well.
For now I had to go into the pod files and modify by hand, but I wonder if you could add this possibility
in a new version of the library.
Thanks
The text was updated successfully, but these errors were encountered: