Rotating UIImageViews
I am trying to rotate four UIImageViews around a single point (like a windmill). This has proved to be very difficult. I not only want the UIImageViews to move around in a circle (which I know how to do), but I want the UIImageView itself to rotate.
Ex:
UIImageView horizontal.
|---------
UIImageView Vertical
---
|
|
|
Is there a function for this? If not, how can this be achieved?
|