colorPickerViewControllerDidFinish(_:)
Informs the delegate that the user dismissed the color picker.
Declaration
optional func colorPickerViewControllerDidFinish(_ viewController: UIColorPickerViewController)Parameters
- viewController:
The view controller that starts dismissing.
Discussion
The system calls this method when the user dismisses the color picker.
You can implement this method to show additional animations alongside the dismissal animation. For interactive dismissals, use the delegate of the presentation controller that manages the color picker instead.