scale的意思是:縮放,在contentMode中出現(xiàn)的話,就是要改變圖形的大小了。
aspect的意思是縱橫的比例,在contentMode中的意思是保持圖形的縱橫比,保持圖片不變形。
scale aspect fill:在保持縱橫比(aspect)的前提下,縮放圖片(scale),使圖片充滿容器(fill)。
scale aspect fit: 在保持縱橫比(aspect)的前提下,縮放圖片(scale),使圖片在容器內(nèi)都顯示出來(lái)(fit)。
scale to fill:縮放圖片,使圖片充滿容器。因?yàn)闆](méi)有aspect,所以是不保持縱橫比的。
eg.

圖像顯示方式.png

UIImageView.png