imagePlaygroundViewControllerDidCancel(_:)
Notifies the delegate that the person canceled the generation of the image.
Declaration
@MainActor @objc optional func imagePlaygroundViewControllerDidCancel(_ imagePlaygroundViewController: ImagePlaygroundViewController)Parameters
- imagePlaygroundViewController:
The view controller that sent the notification.
Discussion
Use this method to dismiss the specified ImagePlaygroundViewController from your app’s interface.