Difference between UIImage and UIImageView

后端 未结 8 888
予麋鹿
予麋鹿 2021-01-31 16:24

What is the difference between UIImage and UIImageView? Can someone explain it with an example?

8条回答
  •  误落风尘
    2021-01-31 16:28

    UIImage holds the data as like (pictures) and displays it on UIImageView.

    UIImageView is a type of container to display images.

提交回复
热议问题