Is it possible to rotate only image in UIImageView? I\'m looking for information about it, but i only found information how rotate UIImageVeiw.
If you need to rotate/flip an image for localization purposes you can use the following: imageView.image = imageView.image?.imageFlippedForRightToLeftLayoutDirection()
imageView.image = imageView.image?.imageFlippedForRightToLeftLayoutDirection()