Skip to content

Instantly share code, notes, and snippets.

@benbahrenburg
Created September 26, 2015 21:33
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 benbahrenburg/5598f8a17e2d684de531 to your computer and use it in GitHub Desktop.
Save benbahrenburg/5598f8a17e2d684de531 to your computer and use it in GitHub Desktop.
Add UIApplicationShortcutIconType for iOS 9.1
https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIApplicationShortcutIcon_Class/#//apple_ref/c/tdef/UIApplicationShortcutIconType
//add ios9.1
//UIApplicationShortcutIconTypeProhibit
//UIApplicationShortcutIconTypeContact,
//UIApplicationShortcutIconTypeHome,
//UIApplicationShortcutIconTypeMarkLocation,
//UIApplicationShortcutIconTypeFavorite,
//UIApplicationShortcutIconTypeLove,
//UIApplicationShortcutIconTypeCloud,
//UIApplicationShortcutIconTypeInvitation,
//UIApplicationShortcutIconTypeConfirmation,
//UIApplicationShortcutIconTypeMail,
//UIApplicationShortcutIconTypeMessage,
//UIApplicationShortcutIconTypeDate,
//UIApplicationShortcutIconTypeTime,
//UIApplicationShortcutIconTypeCapturePhoto,
//UIApplicationShortcutIconTypeCaptureVideo,
//UIApplicationShortcutIconTypeTask,
//UIApplicationShortcutIconTypeTaskCompleted,
//UIApplicationShortcutIconTypeAlarm,
//UIApplicationShortcutIconTypeBookmark,
//UIApplicationShortcutIconTypeShuffle,
//UIApplicationShortcutIconTypeAudio,
//UIApplicationShortcutIconTypeUpdate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment