fontPickerViewControllerDidPickFont(_:)
Tells the delegate that the user has selected a font.
Declaration
optional func fontPickerViewControllerDidPickFont(_ viewController: UIFontPickerViewController)Parameters
- viewController:
The controller for the font picker that has the user’s font selection.
Discussion
When the user picks a font, you can retrieve information about the user’s selected font from the view controller’s selectedFontDescriptor.