You may have seen Instapaper's iOS 8 extension where, upon saving to Instapaper in Safari, the entire browser is still visible and a banner animates from the top and automatically hides itself.
I am trying to do something similar with my action extension, but the extension consistently hides the screen.
In the Info.plist I have added the key NSExtensionActionWantsFullScreenPresentation
and set it to NO
.
In the storyboard I have made the background colour of the view clear.
This is what it looks like at the moment: