daveM
May 16, 2019 - 11:11
Is it possible to rotate an image in an ImageView view? In the docs it appears there is a rotate attached to Image, but I cannot get the preloaded arrow to react to any amount of coercion.
ImageView.image.rotate
doesn’t exist, as doesn’t,
ImageView.rotate.
Should I just be using an Image not attached to a view? (That definitely doesn’t sound right).
Any pointers would be appreciated.
