Skip to content

Instantly share code, notes, and snippets.

@iosdevie
Created May 29, 2021 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iosdevie/cad9245bcaacf35f8409f53bb0c52ff5 to your computer and use it in GitHub Desktop.
Save iosdevie/cad9245bcaacf35f8409f53bb0c52ff5 to your computer and use it in GitHub Desktop.
func applicationWillResignActive(_ application: UIApplication) {
application.shortcutItems = [
UIApplicationShortcutItem(
type: "DynamicAction",
localizedTitle: "Name",
localizedSubtitle: nil,
icon: UIApplicationShortcutIcon(type: .contact),
userInfo: nil
)]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment