3D Touch 要点

UIApplicationShortcutItems
    
        
            UIApplicationShortcutItemIconType
            UIApplicationShortcutIconTypeSearch
            UIApplicationShortcutItemSubtitle
            shortcutSubtitle1
            UIApplicationShortcutItemTitle
            shortcutTitle1
            UIApplicationShortcutItemType
            $(PRODUCT_BUNDLE_IDENTIFIER).First
            UIApplicationShortcutItemUserInfo
            
                firstShorcutKey1
                firstShortcutKeyValue1
            
        
        
            UIApplicationShortcutItemIconType
            UIApplicationShortcutIconTypeShare
            UIApplicationShortcutItemSubtitle
            shortcutSubtitle2
            UIApplicationShortcutItemTitle
            shortcutTitle2
            UIApplicationShortcutItemType
            $(PRODUCT_BUNDLE_IDENTIFIER).Second
            UIApplicationShortcutItemUserInfo
            
                secondShortcutKey1
                secondShortcutValue1
            
        
    

你可能感兴趣的:(3D Touch 要点)