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
{{ message }}
This repository was archived by the owner on Apr 30, 2025. It is now read-only.
See how the previous showcase is automatically displayed (🤩)
The delegate callback is not invoked (😢)
In all other situations, the delegate callback is properly invoked.
When debugging, we discover that the MyControllerShowcase instance is deinitialized from ShowcasesViewController.viewDidAppear(_:) in the faulty scenario.
What is your opinion?
Was it a mistake to rely on a living instance of MyControllerShowcase?
Do we have any alternative in order to use delegate (or datasources) in showcases?