UIActivityViewController issue iOS 7 and iOS 8?

后端 未结 3 868
自闭症患者
自闭症患者 2021-02-15 01:36

I’m building an article reading app for iPad. I have integrated a social sharing functionality which means user can share articles on Facebook, and google mail. I’m using

3条回答
  •  自闭症患者
    2021-02-15 02:00

    In Swift, You can use '?' instead checking OS version. AVC.popoverPresentationController?.sourceView = _webView

提交回复
热议问题