Open mrikhstu opened 4 years ago
The delegate showCaseWillDismiss doesn't get a callback unless you implement showCaseDidDismiss.
showCaseWillDismiss
showCaseDidDismiss
Implementing the did is necessary for will to work! Since they both are optional, shouldn't just calling one method work?
The delegate
showCaseWillDismiss
doesn't get a callback unless you implementshowCaseDidDismiss
.Implementing the did is necessary for will to work! Since they both are optional, shouldn't just calling one method work?