HIG 27

[iOS / HIG] Sheets

Sheets A sheet helps people perform a distinct task that’s related to the parent view without taking them away from their current context. For example, Mail uses a sheet to help people compose an email without leaving their mailboxes, and Translate uses a sheet to display a dictionary view that helps people define the word they want to translate. 시트를 통해 사용자는 현재 컨텍스트에서 사용자를 제거하지 않고 상위 보기와 관련된 고유한..

HIG 2022.03.03

[iOS / HIG] Modality

Modality Modality is a design technique that presents content in a temporary mode that requires an explicit action to exit. Presenting content modally can: Modality는 종료하기 위해 명시적인 작업이 필요한 콘텐츠를 임시 모드로 표시하는 설계 기법입니다. 콘텐츠를 모듈식으로 표시하면 다음을 수행할 수 있습니다. Help people focus on a self-contained task or set of closely related options Ensure that people receive critical information and, if necessary, act on i..

HIG 2022.03.03

[iOS / HIG] Progress Indicators

Progress Indicators Don’t make people sit around staring at a static screen waiting for your app to load content or perform lengthy data processing operations. Use activity indicators and progress bars to let people know your app isn’t stalled and to give them some idea of how long they’ll be waiting. 앱이 콘텐츠를 로드하거나 장시간 데이터 처리 작업을 수행하기를 기다리며 사람들이 가만히 앉아 정적 화면을 바라보게 하지 마십시오. 활동 표시기와 진행 표시줄을 사용하여 앱..

HIG 2022.02.19

[iOS / HIG] Labels

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. 레이블은 화면 인터페이스 요소를 설명하거나 짧은 메시지를 제공합니다. 사람들은 레이블을 편집할 수는 없지만 레이블의 내용을 복사할 수도 있습니다. 레이블은 정적 텍스트를 얼마든지 표시할 수 있지만 짧게 유지하는 것이 가장 좋습니다. Health 앱의 부분 스크린샷으로, 의료 ID를 설명하..

HIG 2022.02.19

[iOS / HIG] Context Menus

Context Menus In iOS 13 and later, you can use context menus to give people access to additional functionality related to onscreen items without cluttering the interface. iOS 13 이상에서는 상황에 맞는 메뉴를 사용하여 인터페이스를 어수선하게 만들지 않고 화면 항목과 관련된 추가 기능에 액세스할 수 있습니다. 상황에 맞는 메뉴 위에 사진의 미리보기를 보여주는 스크린샷입니다. 사진에는 남자와 여자가 나와 있으며 상황에 맞는 메뉴에는 복사, 공유, 즐겨찾기, 모든 사진에 표시 및 제거 명령이 나열됩니다. Context menus are similar to Peek and ..

HIG 2022.02.19