Open poisondminds opened 5 years ago
Can you pull from master and try again. I fix the issue
@tdle94 it seems that your commit caused several problems - isTapRecognizerForTargetView
no longer functions properly. Play with the flag in the sample app and you'll see what's broken
isTapRecognizerForTargetView
set to false no longer functions as it should. When this is set to false, the showcase should dismiss when you tap outside of the target
I just reverted to the previous commit.
It seems that the delegate's
showCaseDidDismiss?(showcase: didTapTarget:)
is incorrectly false when dismissing the showcase by tapping the target cell.