Image Views

An image view displays a single image or an animated sequence of images over a transparent or opaque background. Within an image view, images may be stretched, scaled, sized to fit, or pinned to a specific location. Image views are noninteractive by default.

이미지뷰는 투명하거나 불투명한 배경 위에 단일 이미지 또는 이미지의 애니메이션 시퀀스를 표시합니다. 이미지뷰 내에서 이미지는 늘어나거나 크기가 조정되거나 꽉 맞추거나 특정 위치에 고정 될 수 있습니다. 이미지뷰는 기본적으로 인터렉티브하지 않습니다.

If possible, make sure all images in an animated sequence are consistently sized. Ideally, images should be prescaled to fit the view so the system doesn’t have to do any scaling. If the system must perform scaling, it's easiest to achieve the desired results when all images are the same size and shape.

가능한 경우 애니메이션 시퀀스의 모든 이미지들의 크기가 일관되게 유지되는지 확인하십시오. 이상적으로는 이미지들이 뷰에 맞게 사전 스케일링 되어 있어야 시스템이 어떠한 스케일링도 하지 않습니다. 시스템이 스케일링을 수행해야 하는 경우, 모든 이미지가 동일한 크기 및 모양 일 때 원하는 결과를 얻는 것이 가장 쉽습니다.

For developer guidance, see UIImageView.

Note An image that’s been configured as a template image discards its color and adopts any tint that’s been applied to the enclosing image view. See Custom Icons. For developer guidance, see UIImageRenderingModeAlwaysTemplate in UIImage.

템플릿 이미지로 구성된 이미지는 그것의 색상을 버리고 둘러싸는 이미지뷰에 적용된 색조를 채택합니다.

Image Views - Views - iOS - Human Interface Guidelines - Apple Developer

Last updated