My App's extension doesn't really require an interface to perform its function. So is there any way I can use the action extension without presenting an interface? I tried simply making the view transparent but that didn't work (it just left a gray background).
Asked
Active
Viewed 637 times
1 Answers
3
Yes. When you create a new action extension it asks you whether or not it presents a user interface. Say "No user interface."

Stephen Darlington
- 51,577
- 12
- 107
- 152
-
Thanks! I didn't even notice that was an option. – Epic Byte Oct 06 '14 at 16:36
-
1I don't think you really need a tutorial to select a menu item and then pick an option in a combo box. – Stephen Darlington Sep 10 '15 at 11:39