Has anyone implemented iOS quick actions with a CM...
# compose-ios
c
Has anyone implemented iOS quick actions with a CMP project?
m
Yes, you might want to check the official docs - https://developer.apple.com/documentation/uikit/uiapplicationshortcutitem
h
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
Seems like you need UIApplicationDelegate which doesn't come with the standard kmp.jetbrains.com project which is what has given me some confusion.