FullScreen para PDF

main
Juan David Lopez Regalado 1 month ago
parent a2c0a2fe95
commit 36447e00d5

@ -35,6 +35,7 @@ class TasksViewController: UIViewController, ORKTaskViewControllerDelegate {
@IBAction func consentButtonTapped(_ sender: UIButton) {
let taskViewController = ORKTaskViewController(task: consentPDFViewerTask(), taskRun: nil)
taskViewController.delegate = self
taskViewController.modalPresentationStyle = .fullScreen
present(taskViewController, animated: true, completion: nil)
}

Loading…
Cancel
Save