I have two draggable elements on screen, tableview A and imageview B. A is above B in the hierarchy and must always remain so. The diagram below outlines the issue.
gestures on layers http://www.kettleholdings.com/gestures.jpg
Before I start coding this, is the above a viable and credible solution to this or is there some kind of clever priority setting that will always trigger the B gesture if the interaction is located over both A and B?
Thanks