How can I programmatically fire / disable the popup that was introduced in iOS 11?

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.

+4
source share
1 answer

I sent the question to apple radar and received the following answer:

Hi aly

This is a polite error notification letter No. 32707749.

Engineering provided the following feedback on this issue:

Thank you for your feedback, noted. Engineering has determined that there are currently no plans to solve this problem .

Now we close this error report.

If you have questions or comments about the resolution, please update your bug report with this information so that we can respond.

openradar: http://www.openradar.me/radar?id=4941591483514880

, .

0

Source: https://habr.com/ru/post/1678984/


All Articles