Join Slack
Powered by
Has anyone implemented iOS quick actions with a CM...
# compose-ios
c
Colton Idle
05/12/2025, 8:50 PM
Has anyone implemented iOS quick actions with a CMP project?
m
Michal Srutek
05/13/2025, 4:42 AM
Yes, you might want to check the official docs -
https://developer.apple.com/documentation/uikit/uiapplicationshortcutitem
h
Hristijan
05/13/2025, 9:40 AM
You have to do it on iOS natively and if it requires opening some screen, you have to send the event to your nav controller
c
Colton Idle
05/13/2025, 11:47 AM
Seems like you need UIApplicationDelegate which doesn't come with the standard
kmp.jetbrains.com
project which is what has given me some confusion.
3
Views
Open in Slack
Previous
Next