Replies: 1 comment 1 reply
-
Hello, @ammerzon |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on implementing static quick actions in an iOS app built with Swift Composable Architecture (SCA). While I've successfully added the necessary entries to the
Info.plist
file, I'm encountering challenges in handling these actions within the SCA paradigm.Typically, quick actions are managed through a
SceneDelegate
, as demonstrated in various tutorials:However, I'm curious about the best practices for integrating this functionality within the SCA framework. Has anyone successfully implemented static quick actions with SCA? I'm particularly interested in:
Beta Was this translation helpful? Give feedback.
All reactions