Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HIG - Text views #7

Open
ffalswo2 opened this issue Apr 21, 2023 · 0 comments
Open

HIG - Text views #7

ffalswo2 opened this issue Apr 21, 2023 · 0 comments
Assignees

Comments

@ffalswo2
Copy link

ffalswo2 commented Apr 21, 2023

Text views

A text view displays multiline, styled text content, which can optionally be editable.

textview

Text view에는 여러 줄의 스타일이 지정된 텍스트 콘텐츠가 표시되며, 선택적으로 편집할 수 있습니다.

Text view의 높이는 원하는 대로 설정할 수 있으며 콘텐츠가 view 외부로 확장되는 경우 스크롤을 활성화할 수 있습니다.

default로 Text view 내의 콘텐츠는 맨 앞 가장자리에 정렬되며 system label color를 사용합니다. iOS 또는 iPadOS에서 Text view를 편집할 수 있는 경우 사용자가 view를 선택하면 키보드가 나타납니다.

Best practices

Use a text view when you need to display text that’s long, editable, or in a special format.

길거나 편집 가능한 텍스트 또는 특수한 형식의 텍스트를 표시해야 하는 경우 text view를 사용합니다.

Text view는 specialized text(특수 텍스트)를 표시하고 text input을 받기 위한 대부분의 옵션을 제공한다는 점에서 text fields와 labels과 다릅니다.

Keep text legible.

텍스트를 읽기 쉽게 유지하세요.

여러 글꼴, 색상 및 정렬을 창의적인 방식으로 사용할 수 있지만 콘텐츠의 가독성을 유지하는 것이 중요합니다. Dynamic Type을 채택하면 사람들이 기기에서 텍스트 크기를 변경해도 텍스트가 여전히 보기 좋게 표시됩니다. 또한 bold text와 같은 accessibility options을 활성화한 상태에서 콘텐츠를 테스트해야 합니다.

Make useful text selectable.

유용한 텍스트를 선택할 수 있도록 설정합니다.

Text view에 error message, 일련 번호 또는 IP 주소와 같은 유용한 정보가 포함되어 있는 경우에는 사람들이 해당 정보를 선택하여 복사하여 다른 곳에 붙여넣을 수 있도록 하는 것이 좋습니다.

Platform considerations

iOS, iPadOS

Show the appropriate keyboard type.

적절한 키보드 유형을 표시합니다.

여러 가지 키보드 유형을 사용할 수 있으며, 각각 다른 유형의 입력을 용이하게 하도록 설계되었습니다. 데이터 입력을 간소화하려면 text view를 편집할 때 표시되는 키보드가 콘텐츠 유형에 적합해야 합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant