I'm looking to use a UIActionSheet
kind of like a contextual message box (with no action buttons at all and just a label in the bubble with an arrow pointing at something). Since there are no actions the user can take, I would like it to not require a tap to dismiss, but I can't see any way (such as a passthroughViews
property) to allow this.
It's probably not designed for this, but it does happen to be handy for it.