Just My Life & My Work

想要將image塞到ImageView中有好多種選擇,一直找不到「圖解」,只好自己來試驗,以後選擇就直接參考吧~

UIImageView contentMode

沒有讓人驚艷的示範圖,只好拿自己的名片來實驗,看起來效果還不錯呢!

UIImageView的contentMode屬性有這麼多種:

  • UIViewContentModeScaleToFill
  • UIViewContentModeScaleAspectFit
  • UIViewContentModeScaleAspectFill
  • UIViewContentModeRedraw
  • UIViewContentModeCenter
  • UIViewContentModeTop
  • UIViewContentModeBottom
  • UIViewContentModeLeft
  • UIViewContentModeRight
  • UIViewContentModeTopLeft
  • UIViewContentModeTopRight
  • UIViewContentModeBottomLeft
  • UIViewContentModeBottomRight
UIImageView contentMode fill

UIViewContentModeScaleToFill

UIImageView contentMode aspectfit

UIViewContentModeScaleAspectFit

UIImageView contentMode aspectfill

UIViewContentModeScaleAspectFill

UIImageView contentMode center

UIViewContentModeCenter

UIImageView contentMode top

UIViewContentModeTop

UIImageView contentMode bottom

UIViewContentModeBottom

UIImageView contentMode left

UIViewContentModeLeft

UIImageView contentMode right

UIViewContentModeRight

UIImageView contentMode topleft

UIViewContentModeTopLeft

UIImageView contentMode topright

UIViewContentModeTopRight

UIImageView contentMode bottomleft

UIViewContentModeBottomLeft

UIImageView contentMode bottomright

UIViewContentModeBottomRight

UIViewContentModeRedraw沒有反應,我就不貼嚕~

參考:Tutorial: All About Images (Part 1) — UImage & UIImageView

隨意留個言吧:)~

這個網站採用 Akismet 服務減少垃圾留言。進一步了解 Akismet 如何處理網站訪客的留言資料

標籤雲