Hi, I'm wondering how to add icons for widget configuration intents, like the Shortcuts looks. imgur.com/a/qjPNfY4 Any help would be appreciated.
Search results for
[tags:wwdc20-10228]
5 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
is there a demo app for the Add configuration and intelligence to your widgets WWDC2020 session? Xcode doesn't autogenerate any of the code that the demo says it will and parts of the code show in the video is cut off on the screen so I can't see what the code is. keen to get the app so I can manually copy it in. also the written instructions at https://developer.apple.com/documentation/widgetkit/making-a-configurable-widget seem to miss parts out as Xcode doesn't generate the code that the instructions say it will. a demo app for that will also be helpful
Hi, Is it possible to pass data to intents from the app? I want to display a list of locations that the user selected inside the app. Similar feature is implemented in widget for Apple Weather app. Thank you.
My app has a login feature and when i edit the widget, I want the intent parameters to be shown only for logged in users. I read in this article - https://developer.apple.com/documentation/sirikit/resolving_and_handling_intents that these kind of validations can be done via the resolve, confirm and handle protocol methods. I am not sure i am on the right path for my use case, but the thing is these protocol methods are not getting called even to check. Can anyone help me on this?
Hi, I would like to create custom tableview for Location type of Custom Intent parameter. I'm trying to develop widget which will look like an iOS native weather widget, and I would like to create same table view search with pinned favourite locations. Thank you so much.