본문 바로가기

Human Interface Guidelines

애플 휴먼 인터페이스 가이드라인(51) Views -11 Text Views

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. See Accessibility.

텍스트는 또렷하게 유지하세요. 창의적인 방법으로 여러 종류의 폰트, 색상, 정렬을 사용할 수 있겠지만, 콘텐츠의 가독성을 유지하는 것이 중요합니다. 다이나믹 타입을 적용하면 사용자들이 기기에서 텍스트 사이즈를 바꿔도 여전히 좋아보일 것입니다. 또 '굵은 글씨'와 같이 접근성 옵션이 켜졌을 때의 콘텐츠를 확인해야합니다.

 

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.

For developer guidance, see UITextView.

적절한 타입의 키보드를 보여주세요. iOS에선 여러 종류의 키보드 타입을 지원하며, 각 타입은 서로 다른 종류의 입력값에 맞춰 디자인되어 있습니다. 데이터 입력의 능률을 높이려면, 텍스트 뷰 수정모드에서 나오는 키보드는 해당 필드의 콘텐츠에 맞는 적절한 타입이 되어야 할 것입니다. 사용 가능한 키보드 목록을 보려면 UITextInputTraitsUIKeyboardType 을 확인하세요.