-
Notifications
You must be signed in to change notification settings - Fork 491
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
Could be possible to change OverlayView delegate? #100
Comments
Hello @LiborZ, if I understand correctly your needs, you can use Touching the overlay will eventually trigger |
I want to skip all marks but only if user touch the overlay. Yes overlay will eventually trigger |
Alright, thanks for the clarification. We can definitely split the two! I'll put that on the roadmap. |
Are you planning new version with this enhancement any time soon? :) Thanks for info |
Any progress with this? This should be change only in 3 lines of code :) Just change delegate properties from internal to public :) |
1.1.0 introduces a new delegate method which should suit your needs, see here 😉 |
Hi,
would it be possible to make delegate in OverlayView public (and OverlayViewDelegate protocol)? I want to have options to change what happened when user clicked on overlay. For example I don't want to skip just one step but skip all steps and hide instructions. I made it by these modifications but it's just local and when I need update libraries there would be problem. So what it be possible someway? Maybe delegate can stay internal but you can add method to change delegate or something like that. Thanks
The text was updated successfully, but these errors were encountered: