Does anyone know of a good way to write an iOS 8 share extension without the MainInterface.storyboard
that comes with the template?
When I delete the file or remove the NSExtensionMainStoryboard
from Info.plist
, the extension stops working (nothing happens when you tap on the button in the share pane). We tried replacing NSExtensionMainStoryboard
with NSExtensionPrincipalClass
which also didn't work.
Any ideas?