How can I add a 3D Touch Colored Quick Action image like the Most Recent Action in Photos app?
My code doesn't seem to work
UIApplicationShortcutIcon *mostRecentIcon = [UIApplicationShortcutIcon iconWithTemplateImageName:@"imagename.png"];
Can you help me to solve this?