I’m currently developing an app that features a main view with a UITableView. When users select a row, they are navigated to a detail view that contains a UITextField. This UITextField already supports Writing Tools.
My question is: When a user long-presses a UITableView cell, is it possible to add a Writing Tools option to the Context Menu, allowing users to interact with the Writing Tools more conveniently?like Summary detail text
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
https://medium.com/@giulio.caggegi/use-app-intents-with-ios-16-90a341ccbc94
I create a demo according this article,
and add the App Intents in Shortcuts App ,
then add a Scripting "Get text from xxx" ,
but the result is Empty,
how could I modify the AppEntity or add which attribute,
so the Scripting "Get text from xxx" can get text from the App Intents?