Intersection of UIDragPreview with current view

Hey,


for any UIDragDropSession, there is an method to get the location of the session within an view (aka the position of your finger during the drag). Is there also a way to get the area the dragession currently covers? I could calculate that myself, but for that I would need the position of the sessions location in the UIDragPreview and the scaling of the UIDragPreview. The position and the scaling are altered automatically by the system if the dragged preview is too large and I haven't found a way to access them.


Best,
Klemens