Documentation

class UIImageproperty

fit

The image fit mode, determining how the image is resized within its container.

fit: "cover" | "contain" | "fill" | "scale-down" | "none";

Notes

Related