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.

슬라이더는 thumb이라고 불리는 컨트롤이 있는 가로 트랙으로, 손가락으로 슬라이드하여 미디어 재생 중에 화면 밝기 레벨이나 위치와 같이 최소값과 최대값 사이를 이동할 수 있습니다. 슬라이더의 값이 변경되면 최소값과 thumb 사이의 트랙 부분이 색상으로 채워집니다. 슬라이더는 선택적으로 최소 및 최대 값의 의미를 나타내는 왼쪽 및 오른쪽 아이콘을 표시 할 수 있습니다.

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.

슬라이더에 값을 추가하면 슬라이더 모양을 사용자 정의 하십시오. 트랙 색상, thumb 이미지 및 왼쪽 및 오른쪽 아이콘을 포함한 슬라이더의 모양을 조정하여 앱의 디자인과 조화되고 의도를 전달할 수 있습니다. 예를 들어, 이미지 크기를 조정하는 슬라이더는 왼쪽에 작은 이미지 아이콘을 표시하고 오른쪽에 큰 이미지 아이콘을 표시 할 수 있습니다.

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.

슬라이더를 사용하여 오디오 볼륨을 조정하지 마십시오. 앱에서 볼륨 컨트롤을 제공해야 하는 경우 볼륨 뷰를 사용하십시오. 볼륨 뷰에는 사용자 지정할 수 있고 볼륨 수준 슬라이더와 활성 오디오 출력 장치를 변경하는 컨트롤이 포함되어 있습니다.

For developer guidance, see UISlider.

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

Last updated