UITextSmartQuotesType Enum

Definition

Enumerates smart quote conversion behavior.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITextSmartQuotesType
type UITextSmartQuotesType = 
Inheritance
UITextSmartQuotesType
Attributes

Fields

Default 0

Indicates the default behavior.

No 1

Indicates that smart quote conversion is never performed.

Yes 2

Indicates that smart quote conversion is enabled.

Applies to