iOS voiceover for custom view displayed over uiviewcontroller
问题 I have a UIViewController let's call it MainViewController, a child controller instance (ChildViewController of type UITableViewController) is added to MainViewController the accessibility of the ChildViewController is set and voiceover works fine for the same. MainViewController has a toolbar button, on tap a custom view will be displayed as shown below //CustomView class func show() { UIView.animate(withDuration:0.5, delay: 0.0, usingSpringWithDamping: 0.8, initialSpringVelocity: 5, options