Labels

A label describes an onscreen interface element or provides a short message. Although people can’t edit labels, they can sometimes copy the content of labels. Labels can display any amount of static text, but are best kept short.

레이블은 화면상의 인터페이스 요소를 설명하거나 짧은 메시지를 제공합니다. 사람들은 레이블을 편집 할 수 없지만 때때로 레이블의 내용을 복사 할 수 있습니다. 레이블은 정적 텍스트를 얼마든지 표시 할 수 있지만 짧게 유지하는 것이 가장 좋습니다.

Keep labels legible. Labels can include plain or styled text. If you adjust the style of a label or use custom fonts, be sure to not sacrifice legibility. It’s best to adopt Dynamic Type so your labels still look good when a user changes text size on their device. See Dynamic Type. You should also test your labels with accessibility options enabled, such as bold text. See Accessibility.

레이블을 읽기 쉽게 유지하십시오. 레이블에는 일반 텍스트 또는 스타일이 적용된 텍스트가 포함될 수 있습니다. 레이블 스타일을 조정하거나 사용자 지정 글꼴을 사용하는 경우 가독성을 희생하지 않도록 하십시오. Dynamic Type을 채택하는 것이 가장 좋으므로 사용자가 장치에서 텍스트 크기를 변경할 때 레이블이 계속 잘 보이도록 할 수 있습니다.

To learn about text, see String Programming Guide. To learn about creating styling text, see Attributed String Programming Guide. For label developer guidance, see UILabel.

Labels - Controls - iOS - Human Interface Guidelines - Apple Developer

Last updated