Criptext / Criptext/iOS-Email-Client
Export mailbox backup file gets stuck when sharing prompt need to be presented on the iPad.
Open
bug
- Dominant language
- Swift
- Stars
- 64
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
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 )`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.