다음을 통해 공유


UITextView.AutocorrectionType 속성

정의

단어가 자동으로 수정되는 시기를 제어하는 속성입니다.

public virtual UIKit.UITextAutocorrectionType AutocorrectionType { [Foundation.Export("autocorrectionType")] get; [Foundation.Export("setAutocorrectionType:")] set; }
member this.AutocorrectionType : UIKit.UITextAutocorrectionType with get, set

속성 값

기본값은 Default

구현

특성

설명

애플리케이션 사용자는 Settings-General-Keyboard-Auto-Correction>>>을 off로 설정하여 이 값을 무시할 수 있습니다.

적용 대상