Hello,
On the wwdc22 Dive into App Intents video in 16:08 you can see that part of parameters are in ParamaterSummary
and one is in the drop-down menu. When I am adding a ParamaterSummary
to my AppIntent the drop-down menu is disapearing so part of my parameters is not able to set. I have tried force to display drop-down menu by chosing specific result of perform()
method by even that the parameters are not displayed there.
How can I split parameters into ParamaterSummary
or drop-down list?
Best, Marcin