Share via


UITextViewDelegate.InsertInputSuggestion Method

Definition

[Foundation.Export("textView:insertInputSuggestion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void InsertInputSuggestion(UIKit.UITextView textView, UIKit.UIInputSuggestion inputSuggestion);
[<Foundation.Export("textView:insertInputSuggestion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member InsertInputSuggestion : UIKit.UITextView * UIKit.UIInputSuggestion -> unit
override this.InsertInputSuggestion : UIKit.UITextView * UIKit.UIInputSuggestion -> unit

Parameters

textView
UITextView
inputSuggestion
UIInputSuggestion

Implements

Attributes

Applies to