Criptext / Criptext/iOS-Email-Client
Export mailbox backup file gets stuck when sharing prompt need to be presented on the iPad.
Đang mở
bug
- Ngôn ngữ chính
- Swift
- Star
- 64
- Fork
- 13
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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 )`
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.