UITextSmartDashesType 열거형

정의

하이픈을 en 또는 em 대시로 변환하기 위한 동작을 열거합니다.

[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 = 
상속
UITextSmartDashesType
특성

필드

Default 0

기본 동작을 나타냅니다.

No 1

변환이 수행되지 않는다는 것을 나타냅니다.

Yes 2

변환이 사용하도록 설정되어 있음을 나타냅니다.

적용 대상