In my application, I have functionality where I detect when a user takes a screenshot, and then present this screenshot for annotation and markup.
The appearance of a popup window of instant markup confuses the user and reduces the quality of the UX in my application for this function, since the user may not know which screenshot to annotate. Also, the popover will cover part of the screenshot that needs to be annotated.
Is there a way so that I can reject this popover or prevent it while it is not used at all, when the user uses the application?
I tried looking at the documentation on the new / existing iOS APIs to find out where this happens, but with no luck.
source
share