Criptext / Criptext/iOS-Email-Client
Export mailbox backup file gets stuck when sharing prompt need to be presented on the iPad.
Aperta
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.