iOS16-Live-Activities icon indicating copy to clipboard operation
iOS16-Live-Activities copied to clipboard

Dynamic Island for UIKit

Open WebUday opened this issue 11 months ago • 2 comments

How can I call some methods on the click of the dynamic island click button, because the action is not happening by simple button !

WebUday avatar Jul 27 '23 19:07 WebUday

Hi @WebUday

You can use deep-linking to call the function inside the app. CleanShot 2023-08-05 at 2  34 49@2x

For example, please refer to:

ContentView CleanShot 2023-08-05 at 2  39 01@2x

&

WidgetDemo CleanShot 2023-08-05 at 2  39 31@2x

1998code avatar Aug 05 '23 06:08 1998code

Hi @1998code thanks for replying but as I'm using UIkit for it so how can I get the callback

WebUday avatar Aug 08 '23 11:08 WebUday