Skip to content

Instantly share code, notes, and snippets.

@mecid
Created January 14, 2019 14:22
Show Gist options
  • Save mecid/45530250a71ac4faf87f4ce725978911 to your computer and use it in GitHub Desktop.
Save mecid/45530250a71ac4faf87f4ce725978911 to your computer and use it in GitHub Desktop.
saccessibility4.swift
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