https://developer.apple.com/ios/human-interface-guidelines/graphics/system-icons/にはいくつかの素晴らしい「クイックアクションアイコン」が用意されています。UIIpplicationShortcutIconのUIImage
UIApplicationShortcutIcon
のいずれかのUIImage
を、たとえばUIButton
に使用することはできますか。たとえば、メールアイコン:
let mailIcon = UIApplicationShortcutIcon(type: .mail)
let mailImage = UIImage(...)
助けていただければ幸いです。ありがとう。
ありがとうございます - これらの公式アイコンにアクセスするにはどうしてですか? – Alex