How to add custom images as UIApplicationShortcutIcon for UIApplicationShortcutItem?

Viewed 3829

How to add custom images as UIApplicationShortcutIcon for UIApplicationShortcutItem? which is similar like photos UIApplicationShortcutItem in Photos/Message app for most recent.Because all icon are Created an icon from a custom image.The provided image named will be loaded from the app's bundle and will be masked to conform to the system-defined icon style.So how can i get color image as UIApplicationShortcutIcon programmatically?

2 Answers
Related