dismissalTransitionDidEnd(_:)
Notifies the presentation controller that the dismissal animations finished.
Declaration
func dismissalTransitionDidEnd(_ completed: Bool)Parameters
Discussion
The default implementation of this method does nothing. Subclasses can override this method and use it to remove any custom views that the presentation controller added to the view hierarchy. Remove your views only if the completed parameter is true.