Page 1 of 1

Rotate an image in iOS

Posted: Sun Aug 12, 2018 7:24 am
by hutchfx
Is there a way to rotate an image in iOS?

Re: Rotate an image in iOS

Posted: Sun Aug 12, 2018 9:17 am
by jmburnod
Hi hutchfx,

Code: Select all

set the angle of img "myImage" to 30
should works with an image lockLocation = false
Best regards
Jean-Marc