Post not yet marked as solved
e.g. via a keyboard shortcut? That would be really helpful when debugging.
Or is it possible to show the Quick Note window only on iPad with Pencil by swiping from the bottom right corner of the screen?
Post not yet marked as solved
I'm trying to adopt Quick Note in a document-based app. Has anyone got the "Add Link" button to show up for documents located in iCloud?
For local documents, the button works but then userInfo dictionary is missing from the continued NSUserActivity...
I have prepared an Xcode project that demonstrates the issue, available here on GitHub with a README describing what I have tried and what's not working in more detail:
https://github.com/tomaskraina/feedbackassistant.apple.com/tree/master/QuickNote-UIDocumentVsUserActivity
UIContextMenuInteraction got a new property with iOS 14 for "Specifying Menu Appearance" (that's the name of the section in the docs):
https://developer.apple.com/documentation/uikit/uicontextmenuinteraction?changes=latest_minor
However, this property is ready-only! Is it read only by design or mistake? If it's by design, why the name of the section in the docs suggests we're able to specify the menu appearance?