Text Fields
A text field is a single-line, fixed-height field, often with rounded corners, that automatically brings up a keyboard when the user taps it. Use a text field to request a small amount of information, such as an email address.
Text field는 사용자가 tap 했을 때 자동으로 키보드를 불러오는, 종종 둥근 모서리가 있는 한 줄의 고정된 높이를 지닌 field입니다. 이메일 주소와 같은 적은 양의 정보를 요청하기 위해서 text field를 사용하세요.
Show a hint in a text field to help communicate purpose. A text field can contain placeholder text—such as "Email" or "Password"—when there’s no other text in the field. Don’t use a separate label to describe a text field when placeholder text is sufficient.
의도를 알리기 위해서 text field 내에 힌트를 알려주세요. Text field는 field 내에 다른 텍스트가 없을 때, "Email" 또는 "Password"와 같은 placeholder 텍스트를 포함할 수 있습니다. Placeholder 텍스트가 충분할 때, text field를 설명하기 위한 다른 label를 사용하지 마세요.
Display a Clear button in the right end of a text field when appropriate. When this element is present, tapping it clears the contents of the text field, eliminating the need to keep tapping the Delete key.
가능하다면 text field의 오른쪽 끝에 지우기 버튼을 보여주세요. 이러한 요소가 있다면 이 요소를 tap 했을 때 text field의 콘텐츠가 지워지므로 삭제 키를 계속 tap 하지 않아도 됩니다.
Use secure text fields when appropriate. Always use a secure text field when your app asks for sensitive data, such as a password.
가능하다면 secure text fields를 사용하세요. 앱에서 비밀번호와 같은 민감한 데이터를 요청할 때, 항상 secure text field를 사용하세요.
Use images and buttons to provide clarity and functionality in text fields. You can display custom images in the left or right sides of a text field, or you can add a system-provided button, such as the Bookmarks button. In general, use the left end of a text field to indicate a field’s purpose and the right end to indicate the presence of additional features, such as bookmarking.
Text fields에서 명료성과 기능성을 제공하기 위해 이미지와 버튼을 사용하세요. Text field의 왼쪽 또는 오른쪽 끝에 커스텀 이미지를 보여줄 수 있거나, Bookmarks 버튼과 같은 시스템에서 제공하는 버튼을 추가할 수 있습니다. 일반적으로, field의 목적을 나타내기 위해서 text field의 왼쪽 끝을, 북마크와 같은 추가적인 기능을 나타내기 위해서는 오른쪽 끝을 사용하세요.
For developer guidance, see UITextField.
UITextField와 관련된 개발자 가이드는 다음 문서를 참조하세요.
TIP
For multiline or multistyle text entry, use a text view instead. See Text Views.
여러 줄 또는 다양한 스타일의 텍스트 입력의 경우, text view를 대신 사용하세요. Text Views는 다음 문서를 참조하세요.
Keyboards
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 when editing a text field should be appropriate for the type of content in the field. If your app asks for an email address, for example, it should display the email address keyboard. For a complete list of available keyboard types, see the UIKeyboardType constant of UITextInputTraits.
적절한 키보드 유형을 제공하세요. iOS는 여러 형태의 키보드 유형들을 제공하는데, 각각은 다양한 종류의 입력을 돕기 위해서 설계되었습니다. 데이터의 입력을 간소화하기 위해 text field를 편집할 때 제공되는 키보드는 field의 콘텐츠의 유형에 적합해야 합니다. 예를 들어 앱에서 이메일 주소를 요구하는 경우, 이메일 주소 키보드를 보여줘야 합니다. 사용 가능한 키보드 유형의 목록은 UITextInputTraits의 UIKeyboardType 상수를 참조하세요.
For related guidance, see Custom Keyboards.
Custom Keyboards와 관련된 가이드는 다음 문서를 참조하세요.
수정해야 할 부분이 있다면 알려주세요!
감사합니다!
'Human Interface Guidelines > 글' 카테고리의 다른 글
HIG 번역) Views - Alerts (0) | 2020.05.14 |
---|---|
HIG 번역) Bars - Status Bars (0) | 2020.05.05 |
HIG 번역) Controls - Switches (0) | 2020.04.28 |
HIG 번역) Icons and Images - Image Size and Resolution (0) | 2020.04.26 |
HIG 번역) Controls - Segmented Controls (0) | 2020.04.24 |
댓글