iphone - grouping UIImageViews x blocking elements
- by Mike
I have to rotate several UIImageViews around a specific center. To accomplish this I am using the famous trick of putting these views as subviews of a larger one and rotating that one.
The problem is that these subviews have to detect touches, because each one has buttons on it.
The hierarchy is like this
LARGE_VIEW
|
|_____ imageView1
| …