본문 바로가기

분류 전체보기179

HIG 번역) Icons and Images - Image Size and Resolution The coordinate system iOS uses to place content onscreen is based on measurements in points, which map to pixels in the display. A standard-resolution display has a 1:1 pixel density (or @1x), where one pixel is equal to one point. High-resolution displays have a higher pixel density, offering a scale factor of 2.0 or 3.0 (referred to as @2x and @3x). As a result, high-resolution displays demand.. 2020. 4. 26.
HIG 번역) Controls - Segmented Controls Segmented Controls A segmented control is a linear set of two or more segments, each of which functions as a mutually exclusive button. Within the control, all segments are equal in width. Like buttons, segments can contain text or images. Segmented controls are often used to display different views. In Maps, for example, a segmented control lets you switch between Map, Transit, and Satellite vi.. 2020. 4. 24.
HIG 번역) Controls - Steppers Steppers A stepper is a two-segment control used to increase or decrease an incremental value. By default, one segment of a stepper displays a plus symbol and the other displays a minus symbol. These symbols can be replaced with custom images, if desired. Stepper는 증가하는 값을 늘리거나 줄이는 데 사용되는 두 개의 부분으로 이루어진 control입니다. 기본적으로, stepper의 한 부분은 더하기 부호를 다른 부분은 빼기 부호를 보여줍니다. 원하는 경우, 이러한 기호들은 커스텀 이미지로 대체될 수.. 2020. 4. 24.
HIG 번역) Controls - Sliders 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 th.. 2020. 4. 23.