UIAccessibilityContainer in child view controllers?
问题 I have a parent UIViewController to which I add four child view controllers. I’m trying to manage accessibility throughout those controllers. I have a status enum which keeps track of which of those children are visible on-screen, so when that changes, I’m updating the accessibilityElementsHidden of the children as appropriate, and sending a LayoutChanged notification. My question relates to implementing the UIAccessibilityContainer protocol in both the parent view controller, and inside each