I am working on an action extension. By default, I can see that my extension is taking whole screen, I would like it to be presented in a form sheet (like the facebook share extension). How to accomplish that?
Here is how it looks like:
Here is what I've found, but I need the other way around.
Is it possible to change the view size of iOS 8 Action Extension?
Adding lines to NSExtension
doesn't do much:
<key>NSExtensionActionWantsFullScreenPresentation</key>
<false/>