Share via


UITextFormattingViewControllerDelegate.ShouldPresentFontPicker Method

Definition

[Foundation.Export("textFormattingViewController:shouldPresentFontPicker:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldPresentFontPicker(UIKit.UITextFormattingViewController viewController, UIKit.UIFontPickerViewController fontPicker);
[<Foundation.Export("textFormattingViewController:shouldPresentFontPicker:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldPresentFontPicker : UIKit.UITextFormattingViewController * UIKit.UIFontPickerViewController -> bool
override this.ShouldPresentFontPicker : UIKit.UITextFormattingViewController * UIKit.UIFontPickerViewController -> bool

Parameters

Returns

Implements

Attributes

Applies to