Criptext / Criptext/iOS-Email-Client
Export mailbox backup file gets stuck when sharing prompt need to be presented on the iPad.
オープン
bug
- 主要言語
- Swift
- スター
- 64
- フォーク
- 13
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
The UIActivityViewController's has non-null popoverPresentationController property when running on iPad. So, try below.
`if let wPPC = activityVC.popoverPresentationController {
wPPC.sourceView = some view
// or
wPPC.barButtonItem = some bar button item
}
presentViewController( activityVC, animated: true, completion: nil )`
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。