UITextSmartDashesType Enum

Definition

Enumerates behaviors for converting hyphens to en or em dashes.

[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 UITextSmartDashesType
type UITextSmartDashesType = 
Inheritance
UITextSmartDashesType
Attributes

Fields

Default 0

Indicates the default behavior.

No 1

Indicates that conversion is never performed.

Yes 2

Indicates that conversion is enabled.

Applies to