Criptext / Criptext/iOS-Email-Client

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

Aperta
#531 0 commenti 0 reazioni 1 assegnatario Rivendicata da @jorgeblacio Vedi su GitHub
bug
Lingua principale
Swift
Stelle
64
Fork
13
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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 )`

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.