We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73e389c + e340958 commit 788822fCopy full SHA for 788822f
Example/AccessibilitySnapshot/RootViewController.swift
@@ -89,6 +89,7 @@ final class RootViewController: UITableViewController {
89
90
override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
91
let viewController = accessibilityScreens[indexPath.row].1(self)
92
+ viewController.modalPresentationStyle = .fullScreen
93
present(viewController, animated: true, completion: nil)
94
tableView.deselectRow(at: indexPath, animated: true)
95
}
0 commit comments