본문 바로가기

Components5

[HIG] Components - Notifications https://developer.apple.com/design/human-interface-guidelines/notifications Notifications | Apple Developer Documentation A notification gives people timely, high-value information they can understand at a glance. developer.apple.com 알림은 사람들이 한눈에 이해할 수 있는 시기적절하고 중요한 정보를 제공한다. 사용자들에게 알림을 보내려면 먼저 동의를 받아야한다. (개발자 가이드) 설정에서 수신하려는 알림의 스타일을 지정하고 긴급성 수준에 따라 알림의 전달 시간을 지정할 수 있다. (Managing Notifications).. 2023. 6. 27.
[HIG] Components - Edit menus https://developer.apple.com/design/human-interface-guidelines/edit-menus Edit menus | Apple Developer Documentation An edit menu lets people make changes to selected content in the current view, in addition to offering related commands like Copy, Select, Translate, and Look Up. developer.apple.com Edit Menu는 복사, 선택, 번역 및 조회와 같은 관련 명령을 제공하고 또한 현재 뷰에서 선택한 콘텐츠를 변경할 수도 있다. Edit menu의 명령은 텍스트 외에도 이미지.. 2023. 6. 16.
[HIG] Components - Labels https://developer.apple.com/design/human-interface-guidelines/labels Labels | Apple Developer Documentation A label is a static piece of text that people can read and often copy, but not edit. developer.apple.com Labels Label은 사람들이 읽고 복사할 수 있지만 편집은 할 수 없는 정적인 텍스트 조각이다. Label은 인터페이스 전체에 텍스트를 표시하고 버튼, 메뉴 아이템, 뷰에서 사용자가 현재 컨텍스트와 다음에 수행할 작업을 이해하는데 도움을 준다. Label이라는 용어는 다양한 위치에 나타날 수 있는 편집할 수 없는 텍스트를 나.. 2023. 6. 2.
[HIG] Components - Toggles https://developer.apple.com/design/human-interface-guidelines/toggles Toggles | Apple Developer Documentation A toggle lets people choose between a pair of opposing states, like on and off, using a different appearance to indicate each state. developer.apple.com Toggles 토글은 사용자에게 각 상태를 나타내기 위해 반대되는 모양을 사용하여 반대되는 상태의 한쌍을 선택할 수 있도록 한다. UIKit에서는 UISwitch, SwiftUI에서는 Toggle이라고 부르는 UI이다. 플랫폼마다 다양한 토글.. 2023. 5. 11.
[HIG] Components - Text fields https://developer.apple.com/design/human-interface-guidelines/components/selection-and-input/text-fields Text fields - Selection and input - Components - Human Interface Guidelines - Design - Apple Developer Text fields A text field is a rectangular area in which people enter or edit small, specific pieces of text. Best practices Use a text field to request a small amount of information, such as.. 2023. 4. 20.