Share via


UITextViewDelegate_Extensions.InsertInputSuggestion Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void InsertInputSuggestion(this UIKit.IUITextViewDelegate This, UIKit.UITextView textView, UIKit.UIInputSuggestion inputSuggestion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member InsertInputSuggestion : UIKit.IUITextViewDelegate * UIKit.UITextView * UIKit.UIInputSuggestion -> unit

Parameters

textView
UITextView
inputSuggestion
UIInputSuggestion
Attributes

Applies to