Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 890 Bytes

action-extension.md

File metadata and controls

26 lines (15 loc) · 890 Bytes

Action Extension

扩展 UIActivityViewController 第二排操作,只会弹出窗口,不能跳转到 Containing App

创建

有界面

无界面

无界面的 Action Extension 取不到 UIResponder,所以无法打开 Host App

Info.plist

  • CFBundleDisplayName: 显示名称

设置图标

Xcode > Target > action > Build Settings > Asset Catalog App Icon Set Name: 设置为 AppIcon

References