有没有办法删除3D触摸快捷方式图标

时间:2017-08-03 09:13:10

标签: ios 3dtouch

我有办法在UIApplicationShortcutItem上只有文字吗?

我有一个想法是把空的.png文件,但想知道是否存在更优雅的方式

<key>UIApplicationShortcutItems</key>
    <array>
        <dict>
            <key>UIApplicationShortcutItemIconType</key>
            <string>UIApplicationShortcutIconTypeSearch</string>
            <key>UIApplicationShortcutItemTitle</key>
            <string>Search</string>
            <key>UIApplicationShortcutItemType</key>
            <string>Search</string>
        </dict>
    </array>

0 个答案:

没有答案