I'm planning to adopt Quick Note inside my application, however, I'm having an issue where by setting an webpageURL
property on NSUserActivity
, I lose control over how the thumbnail looks.
Instead of displaying the content that I used on NSUserActivity
's title
, it seems to get its title from the web page itself.
Is there a way to avoid this behaviour? I'd like to keep the webpageURL
property defined because it allows our users to open the content on a web browser if they don't have the application installed.