Rotate image in UIImageView

后端 未结 5 1957
不思量自难忘°
不思量自难忘° 2021-02-06 07:25

Is it possible to rotate only image in UIImageView? I\'m looking for information about it, but i only found information how rotate UIImageVeiw.

5条回答
  •  既然无缘
    2021-02-06 08:05

    If you need to rotate/flip an image for localization purposes you can use the following: imageView.image = imageView.image?.imageFlippedForRightToLeftLayoutDirection()

提交回复
热议问题