UITextSmartQuotesType 열거형

정의

스마트 따옴표 변환 동작을 열거합니다.

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

필드

Default 0

기본 동작을 나타냅니다.

No 1

스마트 따옴표 변환이 수행되지 않는다는 것을 나타냅니다.

Yes 2

스마트 따옴표 변환이 사용하도록 설정되어 있음을 나타냅니다.

적용 대상