PTFontPickerViewControllerDelegate
@protocol PTFontPickerViewControllerDelegate <NSObject>
- (void)fontPickerViewControllerDidPickFont:(PTFontPickerViewController *)fontPickerViewController;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
- (void)fontPickerViewControllerDidPickFont:(PTFontPickerViewController *)fontPickerViewController;
Swift
func fontPickerViewControllerDidPickFont(_ fontPickerViewController: PTFontPickerViewController)