在swift share extension

时间:2016-01-05 05:51:32

标签: ios iphone core-data swift2

我需要在swift share扩展中插入和获取coredata中的数据。我怎么能这样做

class ShareViewController: SLComposeServiceViewController,NetworkSelectionViewControllerDelegate, PublishSelectionViewControllerDelegate,ApproverSelectionViewControllerDelegate{

    var selectedNetworkName = "Default"
    var selectedPublishName = "Select"
    var selectedApproverName = "Select"

    override func isContentValid() -> Bool {
        // Do validation of contentText and/or NSExtensionContext attachments here



        return true
    }

0 个答案:

没有答案