views:

12

answers:

0

I have a root view that contains several subviews("groups") that contain several subviews inside of them ("group elements") (so every subview of my root view "groups" a set of UIViews). I want to be able to drag out each group element out of a group and get its "absolute" coordinates (i. e. position of the element expressed in root view's coordinates). How do i do that?