AlertEmbeddableViewControllerDelegate
public protocol AlertEmbeddableViewControllerDelegate
Delegate of EmbeddableViewController
to communicate
with the AlertViewController
where it’s embedded into.
-
Dismisses the
AlertViewController
then calls theAlertEmbeddableViewController
completionDeclaration
Swift
func dismissAlert(completion: (() -> Void)?)