Skip to content

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

Description

@jorgeblacio

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 )

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions