Contents

presentationControllerDidDismiss(_:)

Notifies the delegate after a presentation is dismissed.

Declaration

optional func presentationControllerDidDismiss(_ presentationController: UIPresentationController)

Parameters

  • presentationController:

    The presentation controller managing the adaptivity change.

Discussion

This method is not called if the presentation is dismissed programmatically.

See Also

Responding to adaptive transitions