fontPickerViewControllerDidCancel(_:)
Tells the delegate that the user dismissed the font picker without selecting a font.
Declaration
optional func fontPickerViewControllerDidCancel(_ viewController: UIFontPickerViewController)Parameters
- viewController:
The controller for the font picker that was canceled.
Discussion
Implement this optional method if your app needs to add custom logic when the user cancels the font picker instead of picking a font.