diff --git a/ios/ShareViewController.swift b/ios/ShareViewController.swift index 12d8c92d..606a5f38 100644 --- a/ios/ShareViewController.swift +++ b/ios/ShareViewController.swift @@ -50,6 +50,10 @@ class ShareViewController: SLComposeServiceViewController { handlePost(items) } + override func loadPreviewView() -> UIView! { + return nil + } + override func configurationItems() -> [Any]! { // To add configuration options via table cells at the bottom of the sheet, return an array of SLComposeSheetConfigurationItem here. return []