Let say I've a UIActivityViewController that I created with some UIActivity objects (e.g. a Share with Facebook activity).
When I present it, it'll show a component (don't know if a UIView or something else) for each UIActivity. What I want to accomplish is to put a tooltip on top of it.
Is there a way to get a reference to that "view" or component or to simply fetch the exact position on the screen (runtime)?