Criptext / Criptext/iOS-Email-Client

Export mailbox backup file gets stuck when sharing prompt need to be presented on the iPad.

オープン
#531 コメント 0 件 リアクション 0 件 担当者 1 名 @jorgeblacio が担当を希望しています GitHub で見る
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。