Criptext / Criptext/iOS-Email-Client

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

Open
#531 0 comments 0 reactions 1 assignee Claimed by @jorgeblacio View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.