In my app, i would like rotate an ImageView
by setRotationY()
. In fact, it does. Just like from b to d, mirror effect and when i use setRotation(45)
before setRotationY()
, the result is that setRotationY
is according to the device Y-axis
, and i want the rotationY
according to view self.
How? Can you guide me? Thanks!
Obviously, you could just put your imageView there