Text Views

A text view displays multiline, styled text content. Text views can be any height and enable scrolling when the content extends outside of the view. By default, content within a text view is left-aligned and uses the system font in black. If a text view is editable, a keyboard appears when you tap inside the view.

텍스트뷰는 여러 줄의 스타일이 지정된 텍스트 내용을 표시합니다. 텍스트뷰는 어떤 높이든 될 수 있으며 내용이 뷰 외부로 확장되면 스크롤 할 수 있습니다. 기본적으로 텍스트뷰의 내용은 왼쪽으로 정렬되고 시스템 글꼴은 검정색으로 사용됩니다. 텍스트뷰를 편집 할 수 있는 경우 뷰 내부를 탭 하면 키보드가 나타납니다.

Keep text legible. Although you can use multiple fonts, colors, and alignments in creative ways, it’s essential to maintain the readability of your content. It’s a good idea to adopt Dynamic Type so your text still looks good if people change text size on their device. You should also test your content with accessibility options enabled, such as bold text.

읽기 쉬운 텍스트를 유지하십시오. 독창적인 방법으로 여러 글꼴, 색상 및 정렬을 사용할 수 있을지라도, 내용의 가독성을 유지하는 것이 중요합니다. 사람들이 기기에서 텍스트 사이즈를 변경할 경우에는 여전히 텍스트가 잘 보일 수 있도록 Dynamic Type을 적용하는 것이 좋습니다. 또한 굵은 텍스트와 같은 접근성 옵션을 사용하여 내용을 테스트해야 합니다.

Show the appropriate keyboard type. iOS provides several different keyboard types, each designed to facilitate a different type of input. To streamline data entry, the keyboard displayed during the editing of a text view should be appropriate for the type of content in the field. For a complete list of available keyboard types, see the UIKeyboardType constant of UITextInputTraits.

적절한 키보드 유형을 보여주십시오. iOS는 여러 유형의 입력을 용이하게 하기 위해 설계된 여러 가지 키보드 유형을 제공합니다. 데이터 입력을 간소화하려면 텍스트뷰를 편집하는 동안 표시되는 키보드가 필드의 내용 유형에 적합해야합니다.

For developer guidance, see UITextView.

Text Views - Views - iOS - Human Interface Guidelines - Apple Developer

Last updated