Skip to content

ASMCorp/QuickAction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quick Action

This is an example project for iOS home screen quick action funcitonality

Read the documentation for details explanation. Link. For the keys used in info.plist, read this documentaion.

Setup Process

  1. Add quick action options to info.plist
    1. UIApplicationShortcutItemIconSymbolName for sf symbol. Three types of images can used for the actions. see the first apple documentaion link for details.
    2. UIApplicationShortcutItemSubtitle for subtitle
    3. UIApplicationShortcutItemTitle for title
    4. UIApplicationShortcutItemType is the identifier for the action
  2. catch UIApplicationShortcutItem from SceneDelegate
  3. performActionFor for when app is already running
  4. willConnectTo for when app is being launched by the quick action

About

This repo is a test project for iOS Home Screen Quick Action feature

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages