Criptext / Criptext/iOS-Email-Client
Export mailbox backup file gets stuck when sharing prompt need to be presented on the iPad.
Abierto
bug
- Lenguaje dominante
- Swift
- Estrellas
- 64
- Forks
- 13
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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 )`
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.