You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the delegate's showCaseDidDismiss?(showcase: didTapTarget:) is incorrectly false when dismissing the showcase by tapping the target cell.
The text was updated successfully, but these errors were encountered:
@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
It seems that the delegate's
showCaseDidDismiss?(showcase: didTapTarget:)
is incorrectly false when dismissing the showcase by tapping the target cell.The text was updated successfully, but these errors were encountered: