7

いくつかの 3D Touch 機能を設定していて、Web からダウンロードした画像 (のキャッシュ経由でアクセス可能) を、 Apple の音楽アプリのようSDWebImageに のオーディオ カバー画像として使用したいと考えています (スクリーンショットを参照)。UIApplicationShortcutItem

Apple Music のスクリーンショット

これは可能ですか?私の知る限り、アプリのバンドルに画像を入れることができないので、そうではないようです? Apple は、開発者がまだできないことをしていると思いますか?

UIApplicationShortcutItemのドキュメントには次のものしかありません。

// Create an icon using a system-defined image.
+ (instancetype)iconWithType:(UIApplicationShortcutIconType)type;

// Create 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.
+ (instancetype)iconWithTemplateImageName:(NSString *)templateImageName;
4

1 に答える 1