Created
January 14, 2019 14:22
-
-
Save mecid/45530250a71ac4faf87f4ce725978911 to your computer and use it in GitHub Desktop.
saccessibility4.swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import UIKit | |
class ViewController: UIViewController { | |
override func accessibilityPerformEscape() -> Bool { | |
dismiss(animated: true) | |
return true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment