Sdílet prostřednictvím


UIInputViewController.TextDidChange(IUITextInput) Method

Definition

The text in textInput changed.

[Foundation.Export("textDidChange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void TextDidChange(UIKit.IUITextInput textInput);
[<Foundation.Export("textDidChange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member TextDidChange : UIKit.IUITextInput -> unit
override this.TextDidChange : UIKit.IUITextInput -> unit

Parameters

textInput
IUITextInput

Implements

Attributes

Applies to