aromajoin / material-showcase-ios

✨ An elegant way to guide your beloved users in iOS apps - Material Showcase.
https://aromajoin.com/
Other
363 stars 128 forks source link

Delegate method not called #130

Open mrikhstu opened 4 years ago

mrikhstu commented 4 years ago

The delegate showCaseWillDismiss doesn't get a callback unless you implement showCaseDidDismiss.

Implementing the did is necessary for will to work! Since they both are optional, shouldn't just calling one method work?