Quote:
Originally Posted by Chessin
How would I rotate a UIImage or A UIButton? I have looked all over the internet but there seems to be no clear answer on how to do this. Please help anyone!!!
|
Is it part of a view? Do you have your viewController for your view return YES to the shouldAutoRotate method?
When I have my buttons and images on my views and do the above, they automatically rotate when I rotate the device.
Or do you mean by itself, not by rotating the device. Meaning having a button rotated 60 degrees from the view the user sees?
Mark