Sliders
A slider is a horizontal track with a control called a thumb, which you can slide with your finger to move between a minimum and maximum value, such as screen brightness level or position during media playback. As a slider’s value changes, the portion of track between the minimum value and the thumb fills with color. A slider can optionally display left and right icons that illustrate the meaning of the minimum and maximum values.
Slider는 thumb라고 불리는 control이 있는 수평 트랙으로, 손가락을 slide 하여 화면 밝기 단계 또는 미디어 재생 중 위치 등 최솟값과 최댓값 사이를 움직일 수 있습니다. Slider의 값을 변경하여 최솟값과 thumb 사이 트랙의 부분을 색으로 채울 수 있습니다. Slider는 최솟값과 최댓값을 의미하는 왼쪽과 오른쪽 아이콘을 선택적으로 보여줄 수 있습니다.
Customize a slider’s appearance if it adds value. A slider’s appearance, including track color, thumb image, and left and right icons, can be adjusted to blend with your app’s design and to communicate intent. A slider that adjusts image size, for example, could show a small image icon on the left and a large image icon on the right.
Slider가 값을 추가하는 경우, slider의 스타일을 커스텀하세요. 트랙의 색, thumb의 이미지, 그리고 왼쪽 및 오른쪽 아이콘을 포함한 slider의 스타일은 앱의 디자인에 조화를 이루기 위해서 그리고 목적을 전달하기 위해서 조정될 수 있습니다. 예를 들어, 이미지의 크기를 조절하는 slider는 왼쪽에 작은 이미지 아이콘을, 오른쪽에 큰 이미지 아이콘을 보여줄 수 있습니다.
Don’t use a slider to adjust audio volume. If you need to provide volume control in your app, use a volume view, which is customizable and includes a volume-level slider and a control for changing the active audio output device. To learn about implementing a volume view, see MPVolumeView.
오디오 볼륨을 조절하기 위해 slider를 사용하지 마세요. 앱에서 볼륨 control을 제공해야 하는 경우, 커스텀할 수 있고 volume-level slider와 동작 중인 오디오 출력 장치를 변경하는 control이 포함된 volume view를 사용하세요. Volume view를 구현하는 방법을 배우기 위해서는 MPVolumeView를 참조하세요.
For developer guidance, see UISlider.
UISlider와 관련된 개발자 가이드는 다음 문서를 참조하세요.
수정해야 할 부분이 있다면 알려주세요!
감사합니다!
'Human Interface Guidelines > 글' 카테고리의 다른 글
HIG 번역) Controls - Segmented Controls (0) | 2020.04.24 |
---|---|
HIG 번역) Controls - Steppers (0) | 2020.04.24 |
HIG 번역) Views - Web Views (0) | 2020.04.22 |
HIG 번역) Controls - Buttons (0) | 2020.04.21 |
HIG 번역) Views - Split Views (0) | 2020.04.21 |
댓글