Rotate an image in iOS
Moderators: Klaus, FourthWorld, heatherlaine, robinmiller, kevinmiller
Rotate an image in iOS
Is there a way to rotate an image in iOS?
-
- VIP Livecode Opensource Backer
- Posts: 2278
- Joined: Sat Dec 22, 2007 5:35 pm
- Location: Genève
- Contact:
Re: Rotate an image in iOS
Hi hutchfx,
should works with an image lockLocation = false
Best regards
Jean-Marc
Code: Select all
set the angle of img "myImage" to 30
Best regards
Jean-Marc