【发布时间】:2017-03-25 17:33:57
【问题描述】:
https://developer.apple.com/ios/human-interface-guidelines/graphics/system-icons/ 提供了一些很棒的“快速操作图标”。
是否可以从其中一个UIApplicationShortcutIcons 中创建一个UIImage 以用于例如UIButton。比如邮件图标:
let mailIcon = UIApplicationShortcutIcon(type: .mail)
let mailImage = UIImage( ... )
任何帮助将不胜感激。谢谢。
【问题讨论】:
标签: ios swift uiimage icons uiapplicationshortcutitem