UIAccessibilityContainer + Swift

Has anybody been able to implement the various required methods for UIAccessibilityContainer in Swift? It seems like I can set some of the properties from outside the class (a Swift subclass of UIView) itself, but from within the class I get compilation errors.

UIAccessibilityContainer + Swift
 
 
Q