I want to know :
-
How can I know that two imageViews are overlapping over each other?
-
How can I know which imageView is overlapping which?
-
How can I make the overlapping imageView go below and overlapped imageView come up?
For Example : If I have an arrow and a bow, if my bow is overlapping the arrow [i.e. physically the bow is over the arrow] then how to detect this and make arrow overlap the bow?
Can anybody please help me? Thanking you in advance.
assuming your two views are siblings. Something like
[siblingView1.superview sendSubViewToBack:siblingView2]