UIResponder.InputAssistantItem Property

Definition

Gets the assistant that will be used to configure the shortcut bar.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UITextInputAssistantItem InputAssistantItem { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("inputAssistantItem", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.InputAssistantItem : UIKit.UITextInputAssistantItem

Property Value

Attributes

Applies to