I have a custom UIView which I named UIWheel that I am rotating upon TouchDown. This UIWheel has many UIViews which I would like to rotate at the opposite direction (so that they remain appearing upright even after rotation) .
How do I code to tell it to get all of the UIViews in the UIWheel and in TouchDown rotate in the opposite direction?