I have a UIScrollView and I'm also using a UICenterOnChild. As dragging occurs, I would like to execute a function whenever a new UISprite becomes the new object that is *mostly* in the center (ie, the object that would be snapped to using UICenterOnChild if dragging stopped).
I would like to update information outside of the ScrollView based on which object is currently (mostly) centered. Any suggestions?